# Badged ![alt text](Images/Controls/Badged.png "Badge Control") #### Description Badge is a controls which surrounds the content with a badge. #### Original Author(s) - [MahApps Toolkit](https://github.com/MahApps/MahApps.Metro) - [ControlzEx](https://github.com/ControlzEx/ControlzEx) #### Status of implementation Done. #### Example ```xaml ``` #### Important Properties | Type | Property Name | Description | | ------------------ | ------------------ | ------------------------------------------------------------ | | object | Badge | Gets or sets the Badge content to display. | | IBrush | BadgeBackground | Gets or sets the background brush for the Badge. | | IBrush | BadgeForeground | Gets or sets the foreground brush for the Badge. | | BadgePlacementMode | BadgePlacementMode | Gets or sets the placement of the Badge relative to its content. | | Thickness | BadgeMargin | Gets or sets a margin which can be used to make minor adjustments to the placement of the Badge. | | bool | IsBadgeSet | Indicates whether the Badge has content to display. | | EventHandler | BadgeChanged | event handler if badge changed |