Partager via


RatingItemFontInfo.PointerOverPlaceholderGlyph Propriété

Définition

Obtient ou définit un glyphe de police Segoe MDL2 Assets qui représente un élément d’évaluation montrant une valeur d’espace réservé avec le pointeur sur celui-ci.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PointerOverPlaceholderGlyph (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 property Platform::String ^ PointerOverPlaceholderGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PointerOverPlaceholderGlyph();

void PointerOverPlaceholderGlyph(winrt::hstring value);
public string PointerOverPlaceholderGlyph { get; set; }
var string = ratingItemFontInfo.pointerOverPlaceholderGlyph;
ratingItemFontInfo.pointerOverPlaceholderGlyph = string;
Public Property PointerOverPlaceholderGlyph As String
<RatingItemFontInfo PointerOverPlaceholderGlyph="characterCode"/>

Valeur de propriété

String

Platform::String

winrt::hstring

Code de caractère hexadécimal pour le glyphe de l’élément d’évaluation.

S’applique à