BadgeGlyphValue Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of glyphs that can be placed on a badge.
public enum BadgeGlyphValue
type BadgeGlyphValue =
Public Enum BadgeGlyphValue
- Inheritance
-
BadgeGlyphValue
Name | Value | Description |
---|---|---|
None | 0 | No glyph. If there is a numeric badge, or a glyph currently on the badge, it will be removed. |
Activity | 1 | A glyph representing application activity. |
Alert | 2 | A glyph representing an alert. |
Alarm | 3 | A glyph representing an alarm. |
Available | 4 | A glyph representing availability status. |
Away | 5 | A glyph representing away status |
Busy | 6 | A glyph representing busy status. |
NewMessage | 7 | A glyph representing that a new message is available. |
Paused | 8 | A glyph representing that media is paused. |
Playing | 9 | A glyph representing that media is playing. |
Unavailable | 10 | A glyph representing unavailable status. |
Error | 11 | A glyph representing an error. |
Attention | 12 | A glyph representing attention status. |
Product | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |