Skip to main content

TileNavPane.Font Property

Gets or sets the characteristics of the text displayed by the TileNavPane control. This member is not supported by the TileNavPane class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Font Font { get; set; }

Property Value

Type Description
Font

The Font object specifying the font characteristics.

Remarks

This member is not supported by the TileNavPane class.

See Also