Back to Devexpress

FontSettings Class

wpf-devexpress-dot-xpf-dot-navbar-2a504901.md

latest2.4 KB
Original Source

FontSettings Class

Contains font settings, such as font family, size and weight, applied to the nav bar group and item captions.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public class FontSettings :
    INotifyPropertyChanged
vb
Public Class FontSettings
    Implements INotifyPropertyChanged

The following members return FontSettings objects:

Remarks

An object of the FontSettings type can be accessed via the NavBarViewBase.FontSettings attached property.

See the View Layout Customization and Styling View Content Elements topics to learn more.

Inheritance

Object FontSettings

See Also

FontSettings Members

DevExpress.Xpf.NavBar Namespace