TabItem.HeaderFontSize Property
Gets or sets the size of the font for the item header’s text. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double HeaderFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The font size. |
See Also