Compartir a través de


RatingItemFontInfo.PointerOverPlaceholderGlyph Propiedad

Definición

Obtiene o establece un glifo de fuente Segoe MDL2 Assets que representa un elemento de clasificación que muestra un valor de marcador de posición con el puntero sobre él.

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"/>

Valor de propiedad

String

Platform::String

winrt::hstring

Código de carácter hexadecimal para el glifo de elemento de clasificación.

Se aplica a