ColorPickerAllowAlpha Property |
Gets or sets a value indicating whether the user can adjust the Alpha component of the Color.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool AllowAlpha { get; set; }
Public Property AllowAlpha As Boolean
Get
Set
member AllowAlpha : bool with get, set
Property Value
Type:
Booleantrue to allow adjustment of alpha; otherwise,
false.
Remarks
This may or may not be supported in all platforms (e.g. WinForms).
Use
SupportsAllowAlpha to determine if the current platform supports this feature.
See Also