Click or drag to resize

ThemedColorPickerHandlerAllowAlpha Property

Gets or sets a value indicating whether the user can adjust the Alpha component of the Color.

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AllowAlpha { get; set; }

Property Value

Type: Boolean
true to allow adjustment of alpha; otherwise, false.

Implements

ColorPickerIHandlerAllowAlpha
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