Class BadgePosition
Defines the position for badge control.
Inheritance
System.Object
BadgePosition
Namespace: Syncfusion.XForms.BadgeView
Assembly: Syncfusion.SfBadgeView.XForms.dll
Syntax
public sealed class BadgePosition : Enum
Fields
BottomLeft
To set the badge control at the bottom left corner to the badge content
Declaration
public const BadgePosition BottomLeft
Field Value
Type |
---|
BadgePosition |
BottomRight
To set the badge control at the bottom right corner to the badge content
Declaration
public const BadgePosition BottomRight
Field Value
Type |
---|
BadgePosition |
TopLeft
To set the badge control at the top left corner to the content
Declaration
public const BadgePosition TopLeft
Field Value
Type |
---|
BadgePosition |
TopRight
To set the badge control at the top right corner to the badge content
Declaration
public const BadgePosition TopRight
Field Value
Type |
---|
BadgePosition |