BadgeTemplateType
BadgeTemplateType
BadgeTemplateType
BadgeTemplateType
Enum
Definition
Specifies the template to use for a tile's badge overlay. Used by BadgeUpdateManager.getTemplateContent.
public : enum class BadgeTemplateTypepublic enum BadgeTemplateTypePublic Enum BadgeTemplateType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BadgeGlyph BadgeGlyph BadgeGlyph BadgeGlyph | A system-provided glyph image. For more information, see Badge overview. |
| BadgeNumber BadgeNumber BadgeNumber BadgeNumber | A numerical value from 1 to 99. Values greater than 99 are accepted, but in those cases "99+" is displayed instead of the actual number. In scenarios where your numbers are expected to be greater than 99, you should consider using a glyph instead. |