BadgePosition
Enum
The position of badge according to its content.
Definition
Namespace:Telerik.Maui.Controls.BadgeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum BadgePosition
Fields
The center position according to the content.
C#
Center = 1
The end position according to the content. Usually the Bottom or Right.
C#
End = 2
The start position according to the content. Usually the Top or Left.
C#
Start = 0