RatingItemFontInfo.PointerOverPlaceholderGlyph 属性

定义

获取或设置一个 Segoe MDL2 Assets 字体标志符号,该字形表示一个分级元素,该元素显示一个占位符值,其中指针位于其中。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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; }
Public Property PointerOverPlaceholderGlyph As String
<RatingItemFontInfo PointerOverPlaceholderGlyph="characterCode"/>

属性值

String

Platform::String

winrt::hstring

分级元素标志符号的十六进制字符代码。

适用于