RatingItemFontInfo.DisabledGlyph プロパティ

定義

無効になっている評価要素を表す Segoe MDL2 Assets フォント グリフを取得または設定します。

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

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象