Skip to main content

CommandBarDefaultLabelPosition Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Defines how labels are positioned for command bar buttons.

public enum CommandBarDefaultLabelPosition

Inheritance: Enum -> CommandBarDefaultLabelPosition

Fields

NameDescription
BottomLabel is displayed below the icon.
CollapsedNo label is visible (icon only).
RightLabel is displayed to the right of the icon.

Bottom Field

Label is displayed below the icon.

public Avalonia.Controls.CommandBarDefaultLabelPosition Bottom

Collapsed Field

No label is visible (icon only).

public Avalonia.Controls.CommandBarDefaultLabelPosition Collapsed

Right Field

Label is displayed to the right of the icon.

public Avalonia.Controls.CommandBarDefaultLabelPosition Right