BadgeType
Enum
The type of badge.
Definition
Namespace:Telerik.Maui.Controls.BadgeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum BadgeType
Fields
The available style represents a badge with available status look.
C#
Available = 1
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 out of office style represents a badge with out of office status look.
C#
OutOfOffice = 5