TabViewActualAppearance.HeaderPanelPadding Property
Gets the header panel’s padding value that is applied to the TabView.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness HeaderPanelPadding { get; }
Property Value
| Type | Description |
|---|---|
| Thickness | The padding. |
See Also