TabItemActualAppearance.HeaderFontAttributes Property
Gets the font attribute value that is applied to the TabItem‘s header. To specify this value, use the HeaderFontAttributes property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public FontAttributes HeaderFontAttributes { get; }
Property Value
| Type | Description |
|---|---|
| FontAttributes | The font attributes. |
See Also