NavBarItemControl.FontSettings Property
Gets or sets an object that contains font settings for the NavBarItemControl, such as font family, font size, etc. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
FontSettings | A FontSettings object that comprises the font settings, such as font family, font size, etc. |
Remarks
See the NavBarItem.FontSettings property for details.
See Also