Class BadgeType
Defines the badge type for the badge control.
Inheritance
System.Object
BadgeType
Namespace: Syncfusion.XForms.BadgeView
Assembly: Syncfusion.SfBadgeView.XForms.dll
Syntax
public sealed class BadgeType : Enum
Fields
Dark
Defines the badge type as dark for the badge control
Declaration
public const BadgeType Dark
Field Value
Type |
---|
BadgeType |
Error
Defines the badge type as danger for the badge control
Declaration
public const BadgeType Error
Field Value
Type |
---|
BadgeType |
Info
Defines the badge type as info for the badge control
Declaration
public const BadgeType Info
Field Value
Type |
---|
BadgeType |
Light
Defines the badge type as light for the badge control
Declaration
public const BadgeType Light
Field Value
Type |
---|
BadgeType |
None
Defines the badge type as none for the badge control
Declaration
public const BadgeType None
Field Value
Type |
---|
BadgeType |
Primary
Defines the badge type as primary for the badge control
Declaration
public const BadgeType Primary
Field Value
Type |
---|
BadgeType |
Secondary
Defines the badge type as secondary for the badge control
Declaration
public const BadgeType Secondary
Field Value
Type |
---|
BadgeType |
Success
Defines the badge type as success for the badge control
Declaration
public const BadgeType Success
Field Value
Type |
---|
BadgeType |
Warning
Defines the badge type as warning for the badge control
Declaration
public const BadgeType Warning
Field Value
Type |
---|
BadgeType |