Freigeben über


FontIconSource.Glyph Eigenschaft

Definition

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

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: