ColorSpectrumShape Enumeration
Defines the shape of a ColorSpectrum.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public enum ColorSpectrumShape
Public Enumeration ColorSpectrumShape
type ColorSpectrumShape
Members
Box | 0 | The spectrum is in the shape of a rectangular or square box. Note that more colors are visible to the user in Box shape. |
Ring | 1 | The spectrum is in the shape of an ellipse or circle. |