TabView.ItemHeaderFontSize Property
In This Article
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
C#
public double ItemHeaderFontSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | The size of the font for item headers’ text. |
See Also