다음을 통해 공유


FontIconSource.Glyph 속성

정의

아이콘 문자 모양을 식별하는 문자 코드를 가져오거나 설정합니다.

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

속성 값

String

Platform::String

winrt::hstring

아이콘 문자 모양에 대한 16진수 문자 코드입니다.

적용 대상