IsAlphaEnabled Property
Gets or sets a value indicating whether the alpha component is enabled. When disabled (set to false) the alpha component will be fixed to maximum and editing controls disabled.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public bool IsAlphaEnabled { get; set; }
Public Property IsAlphaEnabled As Boolean
Get
Set
member IsAlphaEnabled : bool with get, set