Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.09 KB

MaterialBadgeControl.md

File metadata and controls

49 lines (38 loc) · 1.09 KB

MaterialBadge

Badges show notifications, counts, or status information on navigation items and icons
View Material Design documentation

Screenshot

Example

<material3:MaterialBadge 
    Text="999+"
    Type="Large" />

Documentation

Property Type:

This property is to set the badge type.

Allowed values

  • Small
  • Large

Property Text:

This property is to the text of the badge. it's only supported on Large type

Property TextColor:

This property is to the text color of the badge. it's only supported on Large type

Property FontSize:

This property is to the font size of the badge. it's only supported on Large type

Property FontFamily:

This property is to the font family of the badge. it's only supported on Large type

Property BackgroundColor:

This property is to set the badge background color.

Property CornerRadius:

This property is to set the corner radius of the badge.