ColorCount Property
Gets the total number of colors in this palette. A color is not necessarily a single value and may be composed of several shades. This has little meaning in this palette as colors are not strictly separated.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public int ColorCount { get; }
Public ReadOnly Property ColorCount As Integer
Get
abstract ColorCount : int with get
override ColorCount : int with get