Palette Property
Gets or sets the color palette.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public IColorPalette? Palette { get; set; }
Public Property Palette As IColorPalette
Get
Set
member Palette : IColorPalette with get, set
Property Value
IColorPaletteRemarks
This will automatically set both PaletteColors and PaletteColumnCount overwriting any existing values.