TabView.ItemHeaderPadding Property
Gets or sets paddings of the TabView item’s header. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness ItemHeaderPadding { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness | Paddings of the TabView item’s header. |
See Also