TabItemActualAppearance.HeaderFontSize Property
In This Article
Gets the font size value that is applied to the TabItem‘s header. To specify this value, use the HeaderFontSize property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public double HeaderFontSize { get; }
#Property Value
Type | Description |
---|---|
Double | The font size. |
See Also