Enum BadgeAnchor
Defines the constants that specify the anchor position of the SfBadge.
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum BadgeAnchor
Fields
| Name | Description |
|---|---|
| Center | The badge aligned to the center of the layout slot for the parent element. |
| Custom | The badge aligned to the custom value of the layout slot for the parent element. |
| Inside | The badge aligned to the inside of the layout slot for the parent element. |
| Outside | The badge aligned to the outside of the layout slot for the parent element. |