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