TabView.HeaderPanelPadding Property
In This Article
Gets or sets paddings of the TabView header panel. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public Thickness HeaderPanelPadding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | Paddings of the Tab |
See Also