NavBarItemControl.FontSettings Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Font |
A Font |
#Remarks
See the NavBarItem.FontSettings property for details.
See Also