Getting Started with WPF Badge
This tutorial will walk you through the creation of a sample application that contains a RadBadge control.
Assembly References
To use RadBadge, add references to the following assemblies:
- Telerik.Windows.Controls
Defining the RadBadge
Defining RadBage in XAML
<telerik:RadButton Content="Notifications" VerticalAlignment="Center" HorizontalAlignment="Center">
<telerik:RadBadge.Badge>
<telerik:RadBadge BadgeType="Add" />
</telerik:RadBadge.Badge>
</telerik:RadButton>