PersonPicture.BadgeGlyph 属性

定义

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

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅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; }
Public Property BadgeGlyph As String
<PersonPicture BadgeGlyph="characterCode"/>

属性值

String

Platform::String

winrt::hstring

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

适用于