TabItemActualAppearance.HeaderIconPosition Property
Gets the icon position value that is applied to the TabItem‘s header. To specify this value, use the HeaderIconPosition property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public HeaderContentPosition HeaderIconPosition { get; }
Property Value
| Type | Description |
|---|---|
| HeaderContentPosition | The header icon’s position. |
Available values:
| Name | Description |
|---|---|
| Default | Identifies the default element position. |
| Top | An element is at the top edge of the container. |
| Bottom | An element is at the bottom edge of the container. |
| Left | An element is at the left edge of the container. |
| Right | An element is at the right edge of the container. |
See Also