ColorViewTab Enum
Definition
Defines a specific tab/page (subview) within the Avalonia.Controls.ColorView.
public enum ColorViewTab
Remarks
This is indexed to match the default control template ordering.
Fields
| Name | Description |
|---|---|
| Components | The components subview with sliders and numeric input boxes. |
| Palette | The color palette subview with a grid of selectable colors. |
| Spectrum | The color spectrum subview with a box/ring spectrum and sliders. |
Components Field
The components subview with sliders and numeric input boxes.
public Avalonia.Controls.ColorViewTab Components
Palette Field
The color palette subview with a grid of selectable colors.
public Avalonia.Controls.ColorViewTab Palette
Spectrum Field
The color spectrum subview with a box/ring spectrum and sliders.
public Avalonia.Controls.ColorViewTab Spectrum