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