PersonPicture.BadgeGlyph Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un glyphe de police Segoe MDL2 Assets à afficher sur le badge.
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"/>
Valeur de propriété
Code de caractère hexadécimal pour le glyphe de badge.