Skip to main content

AlphaComponentPosition Enumeration

Defines the position of a color's alpha component relative to all other components.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public enum AlphaComponentPosition
View Source

Members

Leading0The alpha component occurs before all other components.
Trailing1The alpha component occurs after all other components.

See Also

Reference

Avalonia.Controls Namespace