Click or drag to resize

ThemedColorPickerHandlerSupportsAllowAlpha Property

Gets a value indicating that the current platform supports the AllowAlpha property.

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

Property Value

Type: Boolean
true AllowAlpha is supported; otherwise, false.

Implements

ColorPickerIHandlerSupportsAllowAlpha
Remarks
If not supported, the setting will be ignored.
See Also