TabViewActualAppearance.ItemHeaderPadding Property
Gets the item header’s padding value that is applied to the TabView. To specify this value, use the HeaderPadding property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness ItemHeaderPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The item header’s padding. |
See Also