TabView.ItemHeaderFontSize Property
Gets or sets the size of the font for item header 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 ItemHeaderFontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The font size. |
See Also