Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.02 KB

ratingitemfontinfo_glyph.md

File metadata and controls

38 lines (23 loc) · 1.02 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.RatingItemFontInfo.Glyph
winrt property

Windows.UI.Xaml.Controls.RatingItemFontInfo.Glyph

-description

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).

-xaml-syntax

<RatingItemFontInfo Glyph="characterCode"/>

-xaml-values

characterCode
characterCodeThe hexadecimal character code for the rating element glyph, such as "&#xE00B;".

-property-value

The hexadecimal character code for the rating element glyph.

-remarks

-see-also

-examples