RatingItemFontInfo.Glyph Property

Definition

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element that has been set by the user.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.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 = ratingItemFontInfo.glyph;
ratingItemFontInfo.glyph = string;
Public Property Glyph As String
<RatingItemFontInfo Glyph="characterCode"/>

Property Value

String

Platform::String

winrt::hstring

The hexadecimal character code for the rating element glyph.

Applies to