TabItem.HeaderFontAttributes Property
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
public FontAttributes HeaderFontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | The value that indicates whether the font for the item header’s text is bold, italic, or neither. |
See Also