TabItemActualAppearance.HeaderIconSpacing Property
Gets the icon’s spacing value that is applied to the TabItem‘s header. To specify this value, use the HeaderIconSpacing property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double HeaderIconSpacing { get; }
Property Value
Type | Description |
---|---|
Double | The header icon’s spacing. |
See Also