FontIconSource.Glyph Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the character code that identifies the icon glyph.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.FontIconSource.Glyph (for WinUI in the Windows App SDK, see the 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"/>
Property Value
The hexadecimal character code for the icon glyph.