TabItemActualAppearance.HeaderPadding Property
Gets the padding value that is applied to the TabItem‘s header. 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 HeaderPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The header padding. |
See Also