Badge Types
The Badge supports various badge types for indicating different statuses, notifications, and short messages.
To get or set the desired badge type of the Badge component, use the BadgeType property of type BadgeType. The BadgeType is an enumeration and it accepts the following values:
DefaultDotOnlyAvailableDoNotDisturbRejectedRemoveOfflineAwayOutOfOfficeAddContentOnly
Setting BadgeType
<primitives:RadBadge BadgeType="Available"/>
<!-- where primitves points to xmlns:primitives="using:Telerik.UI.Xaml.Controls.Primitives"-->