Class BadgeType
The type of badge.
Inheritance
Namespace: Telerik.Maui.Controls.BadgeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class BadgeType : Enum
Fields
Add
The add style represents a badge with add functionality look.
Declaration
public const BadgeType Add
Field Value
BadgeType
|
Available
The available style represents a badge with available status look.
Declaration
public const BadgeType Available
Field Value
BadgeType
|
Away
The away style represents a badge with away status look.
Declaration
public const BadgeType Away
Field Value
BadgeType
|
Default
DoNotDisturb
The do not disturb style represents a badge with do not disturb status look.
Declaration
public const BadgeType DoNotDisturb
Field Value
BadgeType
|
Dot
The dot style represents a badge with default style and smaller width and height.
Declaration
public const BadgeType Dot
Field Value
BadgeType
|
Offline
The offline style represents a badge with offline status look.
Declaration
public const BadgeType Offline
Field Value
BadgeType
|
OutOfOffice
The out of office style represents a badge with out of office status look.
Declaration
public const BadgeType OutOfOffice
Field Value
BadgeType
|
Rejected
The rejected style represents a badge with rejected status look.
Declaration
public const BadgeType Rejected
Field Value
BadgeType
|
Remove
The remove style represents a badge with remove functionality look.
Declaration
public const BadgeType Remove
Field Value
BadgeType
|
value__
Declaration
public int value__
Field Value
System.Int32
|