PersonPicture.BadgeGlyph 属性

定义

获取或设置要显示在锁屏提醒上的 Segoe MDL2 Assets 字体字形。

Windows 应用 SDK中适用于 UWP 的等效 WinUI 2 APIMicrosoft.UI.Xaml.Controls.PersonPicture.BadgeGlyph (for WinUI,请参阅Windows 应用 SDK命名空间) 。

public:
 property Platform::String ^ BadgeGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring BadgeGlyph();

void BadgeGlyph(winrt::hstring value);
public string BadgeGlyph { get; set; }
var string = personPicture.badgeGlyph;
personPicture.badgeGlyph = string;
Public Property BadgeGlyph As String
<PersonPicture BadgeGlyph="characterCode"/>

属性值

String

Platform::String

winrt::hstring

锁屏提醒标志符号的十六进制字符代码。

适用于