TabView.ItemHeaderIconSpacing Property
Gets or sets spacing between the icon and the text of a header item. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double ItemHeaderIconSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | Spacing between the icon and the text of a header item. |
See Also