Share via


FontIconSource.Glyph Eigenschaft

Definition

Ruft den Zeichencode ab, der die Symbol-Glyphe identifiziert, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.FontIconSource.Glyph (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public:
 property Platform::String ^ Glyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Glyph();

void Glyph(winrt::hstring value);
public string Glyph { get; set; }
var string = fontIconSource.glyph;
fontIconSource.glyph = string;
Public Property Glyph As String
<FontIconSource Glyph="characterCode"/>

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Hexadezimalzeichencode für die Symbol-Glyphe.

Gilt für: