TabView.ItemHeaderFontAttributes Property
Gets or sets a value that indicates whether the font for item headers’ text is bold, italic, or neither.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public FontAttributes ItemHeaderFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | The value that indicates whether the font for item headers’ text is bold, italic, or neither. |
See Also