CommandBarDefaultLabelPosition Enum
Definition
Defines how labels are positioned for command bar buttons.
public enum CommandBarDefaultLabelPosition
Fields
| Name | Description |
|---|---|
| Bottom | Label is displayed below the icon. |
| Collapsed | No label is visible (icon only). |
| Right | Label 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