Share via


PersonPicture.BadgeGlyph Propiedad

Definición

Obtiene o establece un glifo de fuente Segoe MDL2 Assets que se mostrará en el distintivo.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Código de carácter hexadecimal del glifo de distintivo.

Se aplica a