Freigeben über


RatingItemFontInfo.DisabledGlyph Eigenschaft

Definition

Ruft eine Segoe MDL2 Assets-Schriftart-Glyphe ab, die ein deaktiviertes Bewertungselement darstellt, oder legt diese fest.

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"/>

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Hexadezimalzeichencode für die Bewertungselement-Glyphe.

Gilt für: