Click or drag to resize

ColorPickerIHandlerSupportsAllowAlpha Property

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

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

Property Value

Type: Boolean
true AllowAlpha is supported; otherwise, false.
Remarks
If not supported, the setting will be ignored.
See Also