Back to Devexpress

AppBarButton.ContentFontFamily Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbarbutton-6ba93fa2.md

latest1.8 KB
Original Source

AppBarButton.ContentFontFamily Property

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public FontFamily ContentFontFamily { get; set; }
vb
Public Property ContentFontFamily As FontFamily

Property Value

TypeDescription
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

ContentFontSize

AppBar Control

AppBarButton Class

AppBarButton Members

DevExpress.Xpf.WindowsUI Namespace