Share via


RatingItemFontInfo.PointerOverPlaceholderGlyph 屬性

定義

取得或設定 Segoe MDL2 Assets 字型圖像,代表顯示佔位元值的評等專案,其上方具有指標。

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

屬性值

String

Platform::String

winrt::hstring

rating 元素字元的十六進位字元碼。

適用於