ColorSpectrumShape Enum
Definition
Defines the shape of a Avalonia.Controls.Primitives.ColorSpectrum.
public enum ColorSpectrumShape
Fields
| Name | Description |
|---|---|
| Box | 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 | The spectrum is in the shape of an ellipse or circle. |
Box Field
The spectrum is in the shape of a rectangular or square box. Note that more colors are visible to the user in Box shape.
public Avalonia.Controls.ColorSpectrumShape Box
Ring Field
The spectrum is in the shape of an ellipse or circle.
public Avalonia.Controls.ColorSpectrumShape Ring