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

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.v19.1.dll

Declaration

[Browsable(false)]
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