Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppBarButton.ContentFontFamily Property

Gets or sets the font family used to render the AppBarButton‘s content.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public FontFamily ContentFontFamily { get; set; }

#Property Value

Type Description
FontFamily

The font family used to render the AppBarButton‘s content. The default value is Segoe UI Symbol.

#Remarks

If you use a String as the AppBarButton‘s content, you can utilize the ContentFontFamily property to specify the font family used to render this content. The default value is Segoe UI Symbol. This font provides numerous glyphs that can be used as the AppBarButton‘s content.

See Also