Share via


BadgeNotificationGlyph Enum

Definition

Defines constants that specify which glyph is shown on the badge notification.

public enum class BadgeNotificationGlyph
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.BadgeNotifications.BadgeNotificationsContract, 65536)]
enum class BadgeNotificationGlyph
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.BadgeNotifications.BadgeNotificationsContract), 65536)]
public enum BadgeNotificationGlyph
var value = Microsoft.Windows.BadgeNotifications.BadgeNotificationGlyph.none
Public Enum BadgeNotificationGlyph
Inheritance
BadgeNotificationGlyph
Attributes

Fields

Name Value Description
None 0

No glyph.

A taskbar icon with no notification badge.

Activity 1

Activity glyph. Shows an accent colored circle with two curved arrows.

A taskbar icon with an accent colored circle that has two curved arrows in it.

Alarm 2

Alarm glyph. Shows an accent colored circle with a bell.

A taskbar icon with an accent colored circle that has a bell in it.

Alert 3

Alert glyph. Shows a red circle with an asterisk.

A taskbar icon with a red circle that has an asterisk in it.

Attention 4

Attention glyph. Shows a red circle with an exclamation mark.

A taskbar icon with a red circle that has an exclamation mark in it.

Available 5

Available glyph. Shows a green circle.

A taskbar icon with a green circle.

Away 6

Away glyph. Shows a yellow circle.

A taskbar icon with a yellow circle.

Busy 7

Busy glyph. Shows a red circle.

A taskbar icon with a red circle.

Error 8

Error glyph. Shows a red circle with an X.

A taskbar icon with a red circle that has an X in it.

NewMessage 9

New message glyph. Shows an accent colored circle with an envelope.

A taskbar icon with an accent colored circle that has an envelope in it.

Paused 10

Paused glyph. Shows an accent colored circle with two vertical lines.

A taskbar icon with an accent colored circle that has two vertical lines in it.

Playing 11

Playing glyph. Shows an accent colored circle with a right facing triangle.

A taskbar icon with an accent colored circle that has a right facing triangle in it.

Unavailable 12

Unavailable glyph. Shows a gray circle.

A taskbar icon with a gray circle.

Remarks

Values of this enumeration are passed to the BadgeNotificationManager.SetBadgeAsGlyph method.

Applies to

See also