TabItem.HeaderIconSpacing Property
In This Article
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
C#
public double HeaderIconSpacing { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | .nan | The icon indent in pixels. |
See Also