Condividi tramite


RatingItemFontInfo.DisabledGlyph Proprietà

Definizione

Ottiene o imposta un glifo del tipo di carattere Segoe MDL2 Assets che rappresenta un elemento di classificazione disabilitato.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Codice carattere esadecimale per il glifo dell'elemento di classificazione.

Si applica a