SnapDotNet.Apps.Notifications.BadgeContent.BadgeGlyphNotificationContent.BadgeGlyphNotificationContent C# (CSharp) Method

BadgeGlyphNotificationContent() public method

Constructor to create a glyph badge content object with a glyph.
public BadgeGlyphNotificationContent ( GlyphValue glyph ) : Windows.Data.Xml.Dom
glyph GlyphValue The glyph to be displayed on the badge.
return Windows.Data.Xml.Dom
                public BadgeGlyphNotificationContent(GlyphValue glyph)
                {
                    m_Glyph = glyph;
                }

Same methods

Notifications.BadgeContent.BadgeGlyphNotificationContent::BadgeGlyphNotificationContent ( ) : Windows.Data.Xml.Dom