Back to Devexpress

AppBarButton.ContentFontSize Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbarbutton-7c50702e.md

latest1.6 KB
Original Source

AppBarButton.ContentFontSize Property

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public int ContentFontSize { get; set; }
vb
Public Property ContentFontSize As Integer

Property Value

TypeDescription
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

ContentFontFamily

AppBar Control

AppBarButton Class

AppBarButton Members

DevExpress.Xpf.WindowsUI Namespace