TabView.HeaderPanelPadding Property
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
public Thickness HeaderPanelPadding { get; set; }
Property Value
Type | Description |
---|---|
Thickness | Paddings of the TabView header panel. |
See Also