Skip to main content
A newer version of this page is available. .

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

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