Share via


PersonPicture.BadgeGlyph プロパティ

定義

バッジに表示する Segoe MDL2 Assets フォント グリフを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.PersonPicture.BadgeGlyph (Windows App SDKの WinUI の場合は、Windows App 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

バッジ グリフの 16 進文字コード。

適用対象