New to Telerik UI for .NET MAUIStart a free 30-day trial

The type of badge.

Definition

Namespace:Telerik.Maui.Controls.BadgeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum BadgeType

Fields

The add style represents a badge with add functionality look.

C#
Add = 7

The available style represents a badge with available status look.

C#
Available = 1

The away style represents a badge with away status look.

C#
Away = 2

The default style of badge.

C#
Default = 0

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

C#
DoNotDisturb = 3

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

C#
Dot = 6

The offline style represents a badge with offline status look.

C#
Offline = 4

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

C#
OutOfOffice = 5

The rejected style represents a badge with rejected status look.

C#
Rejected = 9

The remove style represents a badge with remove functionality look.

C#
Remove = 8