title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Getting Started |
Getting Started - Badge WPF |
Check our "Getting Started" documentation article for the RadBadge WPF control. |
radbadge-getting-started |
getting,started |
true |
2 |
This tutorial will walk you through the creation of a sample application that contains a RadBadge control.
To use RadBadge when working with NuGet packages, install the Telerik.Windows.Controls.for.Wpf.Xaml
package. The [package name may vary]({%slug nuget-available-packages%}) slightly based on the Telerik dlls set - [Xaml or NoXaml]({%slug xaml-vs-noxaml%})
Read more about NuGet installation in the [Installing UI for WPF from NuGet Package]({%slug nuget-installation%}) article.
tip With the 2025 Q1 release, the Telerik UI for WPF has a new licensing mechanism. You can learn more about it [here]({%slug installing-license-key%}).
If you are not using NuGet packages, you can add a reference to the following assemblies:
- Telerik.Licensing.Runtime
- Telerik.Windows.Controls
{{region radbadge-getting-started-0}} <telerik:RadButton Content="Notifications" VerticalAlignment="Center" HorizontalAlignment="Center"> telerik:RadBadge.Badge <telerik:RadBadge BadgeType="Add" /> </telerik:RadBadge.Badge> </telerik:RadButton> {{endregion}}
{% if site.site_name == 'WPF' %}
- Telerik UI for WPF BadgeControl Component
- [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%})
- [Telerik UI for WPF Installation]({%slug installation-installing-which-file-do-i-need%})
- [Telerik UI for WPF and WinForms Integration]({%slug winforms-integration%})
- [Telerik UI for WPF Visual Studio Templates]({%slug visual-studio-templates%})
- [Setting a Theme with Telerik UI for WPF]({%slug styling-apperance-implicit-styles-overview%})
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF License Agreement {% endif %}
- [Key Properties]({%slug radbadge-key-properties%})