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