Freigeben über


RatingItemFontInfo.PlaceholderGlyph Eigenschaft

Definition

Ruft eine Segoe MDL2 Assets-Schriftart ab, die ein Bewertungselement darstellt, das einen Platzhalterwert anzeigt, oder legt diese fest.

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

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Hexadezimalzeichencode für die Glyphe des Bewertungselements.

Gilt für: