ColorViewTab Enumeration
Defines a specific tab/page (subview) within the ColorView.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public enum ColorViewTab
Public Enumeration ColorViewTab
type ColorViewTab
Remarks
This is indexed to match the default control template ordering.
Members
Spectrum | 0 | The color spectrum subview with a box/ring spectrum and sliders. |
Palette | 1 | The color palette subview with a grid of selectable colors. |
Components | 2 | The components subview with sliders and numeric input boxes. |