TabItem.HeaderIconSpacing Property
Gets or sets spacing between the icon and the text in the item header. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double HeaderIconSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | .nan | The icon indent, in pixels. |
See Also