Class AlphaPicker
A control used to pick an alpha (transparency) value.
Inheritance
AlphaPicker
Implements
Inherited Members
Namespace: Gorgon.Editor.UI.Controls
Assembly: Gorgon.Editor.API.dll
Syntax
public class AlphaPicker : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
| Edit this page View SourceAlphaPicker()
Initializes a new instance of the AlphaPicker class.
Declaration
public AlphaPicker()
Properties
| Edit this page View SourceAlphaValue
Property to set or return the alpha value.
Declaration
[Browsable(true)]
public int AlphaValue { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceDispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Events
| Edit this page View SourceAlphaValueChanged
Event triggered when the alpha value was changed.
Declaration
public event EventHandler AlphaValueChanged
Event Type
Type | Description |
---|---|
EventHandler |