New to Telerik UI for WPFStart a free 30-day trial

Defines the built-in badge types.

Definition

Namespace:Telerik.Windows.Controls.Badge

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public enum BadgeType

Fields

Add badge type.

C#
Add = 9

Available badge type.

C#
Available = 2

Away badge type.

C#
Away = 7

Content only (no geometry) badge type.

C#
ContentOnly = 10

Default badge type.

C#
Default = 0

DoNotDisturb badge type.

C#
DoNotDisturb = 3

Dot-only badge type.

C#
DotOnly = 1

Offline badge type.

C#
Offline = 6

Out-of-office badge type.

C#
OutOfOffice = 8

Rejected badge type.

C#
Rejected = 4

Remove badge type.

C#
Remove = 5