LockScreenBadge.Glyph Property

Definition

Gets the glyph to display.

public:
 property IRandomAccessStream ^ Glyph { IRandomAccessStream ^ get(); };
IRandomAccessStream Glyph();
public IRandomAccessStream Glyph { get; }
var iRandomAccessStream = lockScreenBadge.glyph;
Public ReadOnly Property Glyph As IRandomAccessStream

Property Value

The glyph.

Applies to