IsAlphaVisible Property
Gets or sets a value indicating whether the alpha component editing controls (Slider(s) and TextBox) are visible. When hidden, the existing alpha component value is maintained.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public bool IsAlphaVisible { get; set; }
Public Property IsAlphaVisible As Boolean
Get
Set
member IsAlphaVisible : bool with get, set
Property Value
BooleanRemarks
Note that IsComponentTextInputVisible also controls the alpha component TextBox visibility.