IsComponentSliderVisible Property
Gets or sets a value indicating whether color component sliders are visible.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public bool IsComponentSliderVisible { get; set; }
Public Property IsComponentSliderVisible As Boolean
Get
Set
member IsComponentSliderVisible : bool with get, set
Property Value
BooleanRemarks
All color components are controlled by this property but alpha can also be controlled with IsAlphaVisible.