Class BadgeAlignment
The alignment of badge according to its content.
Inheritance
System.Object
BadgeAlignment
Namespace: Telerik.Maui.Controls.BadgeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class BadgeAlignment : Enum
Fields
Center
The center of an alignment according to the content.
Declaration
public const BadgeAlignment Center
Field Value
BadgeAlignment
|
End
The start of an alignment according to the content. Usually the Top or Left.
Declaration
public const BadgeAlignment End
Field Value
BadgeAlignment
|
Start
The start of an alignment according to the content. Usually the Bottom or Right.
Declaration
public const BadgeAlignment Start
Field Value
BadgeAlignment
|
value__
Declaration
public int value__
Field Value
System.Int32
|