Skip to main content
A newer version of this page is available. .

AppBarButton.ContentFontSize Property

Gets or sets the font size for the AppBarButton‘s content.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public int ContentFontSize { get; set; }

Property Value

Type Description
Int32

The font size for the AppBarButton‘s content. Default value is 20.

Remarks

If a String value is used to specify the AppBarButton‘s content, you can use the ContentFontSize and AppBarButton.ContentFontFamily properties to specify text attributes.

See Also