Badge.BadgeShape Property
Gets or sets the BadgeControl's shape. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v20.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Nullable<BadgeShape> | A Nullable BadgeShape enumeration value. |
Remarks
The following code sample creates the rectangle Badge:
<dx:SimpleButton ...>
<dx:Badges.Badge>
<dx:Badge Content="10" BadgeShape="Rectangle" />
</dx:Badges.Badge>
</dx:SimpleButton>
See Also
Feedback