Click or drag to resize

ColorPickerIHandlerAllowAlpha 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
bool AllowAlpha { get; set; }

Property Value

Type: Boolean
true 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