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.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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