ICommandBarElement Interface
Definition
Interface implemented by all command bar elements.
public interface ICommandBarElement
Properties
| Name | Description |
|---|---|
| IsCompact | Gets or sets whether the element is in compact mode (icon only, no label). |
| IsInOverflow | Gets or sets whether the element is currently displayed inside the overflow popup. Set automatically by Avalonia.Controls.CommandBar when moving items between primary and overflow. |
IsCompact Property
Gets or sets whether the element is in compact mode (icon only, no label).
public bool IsCompact { get; set; }
IsInOverflow Property
Gets or sets whether the element is currently displayed inside the overflow popup. Set automatically by Avalonia.Controls.CommandBar when moving items between primary and overflow.
public bool IsInOverflow { get; set; }