RatingItemFontInfo.PlaceholderGlyph プロパティ

定義

プレースホルダー値を示す評価要素を表す Segoe MDL2 Assets フォント グリフを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PlaceholderGlyph (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

public:
 property Platform::String ^ PlaceholderGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PlaceholderGlyph();

void PlaceholderGlyph(winrt::hstring value);
public string PlaceholderGlyph { get; set; }
var string = ratingItemFontInfo.placeholderGlyph;
ratingItemFontInfo.placeholderGlyph = string;
Public Property PlaceholderGlyph As String
<RatingItemFontInfo PlaceholderGlyph="characterCode"/>

プロパティ値

String

Platform::String

winrt::hstring

評価要素グリフの 16 進文字コード。

適用対象