Share via


PersonPicture.BadgeGlyph Propriété

Définition

Obtient ou définit un glyphe de police Des ressources Segoe MDL2 à afficher sur le badge.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

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"/>

Valeur de propriété

String

Platform::String

winrt::hstring

Code de caractère hexadécimal pour le glyphe de badge.

S’applique à