Enum
BadgeType

The type of badge.

Definition

Namespace:Telerik.Maui.Controls.BadgeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum BadgeType

Fields

Add

The add style represents a badge with add functionality look.

Declaration

cs-api-definition
Add = 7

Field Value

BadgeType

Available

The available style represents a badge with available status look.

Declaration

cs-api-definition
Available = 1

Field Value

BadgeType

Away

The away style represents a badge with away status look.

Declaration

cs-api-definition
Away = 2

Field Value

BadgeType

Default

The default style of badge.

Declaration

cs-api-definition
Default = 0

Field Value

BadgeType

DoNotDisturb

The do not disturb style represents a badge with do not disturb status look.

Declaration

cs-api-definition
DoNotDisturb = 3

Field Value

BadgeType

Dot

The dot style represents a badge with default style and smaller width and height.

Declaration

cs-api-definition
Dot = 6

Field Value

BadgeType

Offline

The offline style represents a badge with offline status look.

Declaration

cs-api-definition
Offline = 4

Field Value

BadgeType

OutOfOffice

The out of office style represents a badge with out of office status look.

Declaration

cs-api-definition
OutOfOffice = 5

Field Value

BadgeType

Rejected

The rejected style represents a badge with rejected status look.

Declaration

cs-api-definition
Rejected = 9

Field Value

BadgeType

Remove

The remove style represents a badge with remove functionality look.

Declaration

cs-api-definition
Remove = 8

Field Value

BadgeType