Skip to main content

ColorSpectrumShape Enum

Definition

Assembly:Avalonia.Controls.ColorPicker
Package:Avalonia.Controls.ColorPicker
public enum ColorSpectrumShape

Inheritance: Enum -> ColorSpectrumShape

Fields

NameDescription
BoxThe spectrum is in the shape of a rectangular or square box. Note that more colors are visible to the user in Box shape.
RingThe 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