Skip to main content

ColorViewTab Enum

Definition

Assembly:Avalonia.Controls.ColorPicker
Package:Avalonia.Controls.ColorPicker

Defines a specific tab/page (subview) within the Avalonia.Controls.ColorView.

public enum ColorViewTab

Inheritance: Enum -> ColorViewTab

Remarks

This is indexed to match the default control template ordering.

Fields

NameDescription
ComponentsThe components subview with sliders and numeric input boxes.
PaletteThe color palette subview with a grid of selectable colors.
SpectrumThe 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