RatingItemFontInfo.PointerOverPlaceholderGlyph 属性

定义

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示一个分级元素,该元素显示一个带有指针的占位符值。

适用于 UWP 的等效 WinUI 2 API:Windows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PointerOverPlaceholderGlyph (,请参阅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; }
var string = ratingItemFontInfo.pointerOverPlaceholderGlyph;
ratingItemFontInfo.pointerOverPlaceholderGlyph = string;
Public Property PointerOverPlaceholderGlyph As String
<RatingItemFontInfo PointerOverPlaceholderGlyph="characterCode"/>

属性值

String

Platform::String

winrt::hstring

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

适用于