共用方式為


LockScreenBadge.Glyph 屬性

定義

取得要顯示的圖像。

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

屬性值

圖像。

適用於