Skip to main content

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)

public bool IsAlphaVisible { get; set; }

Property Value

Boolean

Remarks

Note that IsComponentTextInputVisible also controls the alpha component TextBox visibility.

See Also

Reference

ColorView Class
Avalonia.Controls Namespace