TabItem.HeaderFontSize Property
Gets or sets the size of the font for the item header’s text.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public double HeaderFontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The size of the font for the item header’s text. |
See Also