Skip to main content

AppBarButton.ContentFontFamily Property

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.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