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

分级元素字形的十六进制字符代码。

适用于