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 |
---|---|
Font |
The font family used to render the App |
#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.