Edit

Share via


BadgeGlyphContent Constructors

Definition

Overloads

BadgeGlyphContent()

Initializes a new instance of the BadgeGlyphContent class. Default constructor to create a glyph badge content object.

BadgeGlyphContent(BadgeGlyphValue)

Initializes a new instance of the BadgeGlyphContent class. Constructor to create a glyph badge content object with a glyph.

BadgeGlyphContent()

Initializes a new instance of the BadgeGlyphContent class. Default constructor to create a glyph badge content object.

public BadgeGlyphContent ();
Public Sub New ()

Applies to

BadgeGlyphContent(BadgeGlyphValue)

Initializes a new instance of the BadgeGlyphContent class. Constructor to create a glyph badge content object with a glyph.

public BadgeGlyphContent (Microsoft.Toolkit.Uwp.Notifications.BadgeGlyphValue glyph);
new Microsoft.Toolkit.Uwp.Notifications.BadgeGlyphContent : Microsoft.Toolkit.Uwp.Notifications.BadgeGlyphValue -> Microsoft.Toolkit.Uwp.Notifications.BadgeGlyphContent
Public Sub New (glyph As BadgeGlyphValue)

Parameters

glyph
BadgeGlyphValue

The glyph to be displayed on the badge.

Applies to