TabItem.HeaderFontFamily Property
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
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