TabItem.HeaderFontAttributes Property
In This Article
Gets or sets a value that indicates whether the font for the item header’s text is bold, italic, or neither. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public FontAttributes HeaderFontAttributes { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Font |
None | The value that indicates whether the font for the item header’s text is bold, italic, or neither. |
See Also