AppBarButton.ContentFontSize Property
Gets or sets the font size for 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 |
---|---|
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