TabViewActualAppearance.ItemHeaderPadding Property
In This Article
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
C#
public Thickness ItemHeaderPadding { get; }
#Property Value
Type | Description |
---|---|
Thickness | The item header’s padding. |
See Also