-
Notifications
You must be signed in to change notification settings - Fork 20
Controls.Baged
mameolan edited this page May 17, 2020
·
2 revisions
Badge is a controls which surrounds the content with a badge.
Done.
<Controls:Badged Badge="Message">
<Controls:MetroButton Content="Press Me"/>
</Controls:Badged>
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 |