I am looking to have aBadge which is basically a styled label sitting on its own.
I have tried adding a Badge View without content which wont work
<telerik:RadBadgeView BadgeText="Archived" BadgeHorizontalAlignment="Start" BackgroundColor="#ffc107" BadgeTextColor="Black">
<telerik:RadBadgeView.Content>
</telerik:RadBadgeView.Content>
</telerik:RadBadgeView>
Is there something I can do to just use the Badge as its own control?