Enum BadgeShape
Defines the constants that specify the shape of the SfBadge.
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum BadgeShape
Fields
| Name | Description |
|---|---|
| Custom | Specifies that SfBadge uses CustomShape as background of badge. |
| Ellipse | Specifies the ellipse shape for the badge. |
| None | Specifies the badge without shape. |
| Oval | Specifies the oval shape for the badge. |
| Rectangle | Specifies the rectangle shape for the badge. |