Skip to main content

TabItem.HeaderFontAttributes Property

Gets or sets a value that indicates whether the font for the item header’s text is bold, italic, or neither.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public FontAttributes HeaderFontAttributes { get; set; }

#Property Value

Type Description
FontAttributes

The value that indicates whether the font for the item header’s text is bold, italic, or neither.

See Also