Compartir a través de


PersonPicture.BadgeGlyph Propiedad

Definición

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

API de WinUI 2 equivalente para UWP: Microsoft.UI.Xaml.Controls.PersonPicture.BadgeGlyph (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para 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; }
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