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