Freigeben über


RatingItemFontInfo.UnsetGlyph Eigenschaft

Definition

Ruft eine Segoe MDL2 Assets-Schriftart ab, die ein bewertungselement darstellt, das nicht festgelegt wurde, oder legt diese fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.UnsetGlyph (informationen zu WinUI in der Windows App SDK finden Sie im Windows App SDK Namespaces).

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

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Hexadezimalzeichencode für die Glyphe des Bewertungselements.

Gilt für: