Back to Devexpress

Badge.FontStyle Property

wpf-devexpress-dot-xpf-dot-core-dot-badge-bb2eda45.md

latest1.6 KB
Original Source

Badge.FontStyle Property

Gets or sets the badge font style. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FontStyle FontStyle { get; set; }
vb
Public Property FontStyle As FontStyle

Property Value

TypeDescription
FontStyle

A FontStyle value that specifies the font style.

|

Remarks

The following code sample sets the Badge.FontStyle property to Italic , Badge.FontStretch property to ExtraCondensed , and Badge.FontFamily property to Arial :

xaml
<dx:SimpleButton ...>
  <dx:Badge.Badge>
    <dx:Badge Content="12" Padding="5" FontStyle="Italic" 
    FontStretch="ExtraCondensed" FontFamily="Arial"/>
  </dx:Badge.Badge>
</dx:SimpleButton>

See Also

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace