The Notification Badges allow you to notify your users about every important event that requires their attention. Almost all of the settings related to notification badges are exposed in the NotificationBadgeSettings
property, which can be found directly on the UltraTabControl
and on the individual UltraTab
items. The only property related to the NotificationBadges that isn’t part of the NotificationBadgeSettings
class is the NotificationBadgeText
, which can be found on each UltraTab
.
The size of the NotificationBadges is determined by the size of its contents and it is limited by the size of the DisplayArea
. If you have a badge with text, the size of the notification will be the size needed to display the text with the specified font, as long as this size isn’t bigger than its display area. If you show an image, the NotificationBadge will use the image size (again if it isn’t bigger than its display area).