TabItem.HeaderPadding Property
In This Article
Gets or sets the inner padding of the item header. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public Thickness HeaderPadding { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Thickness | .nan | The inner padding of the header item. |
See Also