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