Back to Devexpress

Badge.Padding Property

wpf-devexpress-dot-xpf-dot-core-dot-badge-5f96cc17.md

latest1.6 KB
Original Source

Badge.Padding Property

Gets or sets the inner indents around the BadgeControl. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Thickness? Padding { get; set; }
vb
Public Property Padding As Thickness?

Property Value

TypeDescription
Nullable<Thickness>

A Nullable Thickness that represents the inner indents (in pixels) around the BadgeControl.

|

Remarks

The following code sample sets the Badge.Padding property to 10,3,10,3 :

xaml
<dx:SimpleButton ...>
  <dx:Badge.Badge>
    <dx:Badge Content="10" Padding="10,3,10,3" />
  </dx:Badge.Badge>
</dx:SimpleButton>

See Also

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace