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