TabItem.HeaderFontFamily Property
In This Article
Gets or sets the font family to which the font for the item header’s text belongs.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public string HeaderFontFamily { get; set; }
#Property Value
Type | Description |
---|---|
String | The font family to which the font for the item header’s text belongs. |
See Also