IsColorPreviewVisible Property
Gets or sets a value indicating whether the color preview is visible.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public bool IsColorPreviewVisible { get; set; }
Public Property IsColorPreviewVisible As Boolean
Get
Set
member IsColorPreviewVisible : bool with get, set
Property Value
BooleanRemarks
Note that accent color visibility is controlled separately by IsAccentColorsVisible.