Share via


FontIconSource.Glyph プロパティ

定義

アイコン グリフを識別する文字コードを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.FontIconSource.Glyph (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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 進文字コード。

適用対象