RatingItemFontInfo Klasse

Definition

Stellt Informationen zu den visuellen Zuständen von Schriftartelementen dar, die eine Bewertung darstellen.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

/// [Microsoft.UI.Xaml.MUXContractProperty(version=5)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class RatingItemFontInfo : RatingItemInfo
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
class RatingItemFontInfo : RatingItemInfo
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class RatingItemFontInfo : RatingItemInfo
[Microsoft.UI.Xaml.MUXContractProperty(version=5)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class RatingItemFontInfo : RatingItemInfo
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
public class RatingItemFontInfo : RatingItemInfo
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class RatingItemFontInfo : RatingItemInfo
Public Class RatingItemFontInfo
Inherits RatingItemInfo
<RatingItemFontInfo/>
Vererbung
RatingItemFontInfo
Attribute
Microsoft.UI.Xaml.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ContractVersionAttribute

Beispiele

Tipp

Weitere Informationen, Entwurfsanleitungen und Codebeispiele finden Sie unter Funksteuerung.

Die App WinUI 2-Katalog umfasst interaktive Beispiele für die meisten WinUI 2-Steuerelemente, -Features und -Funktionen. Rufen Sie die App aus dem Microsoft Store oder den Quellcode auf GitHub ab.

Konstruktoren

RatingItemFontInfo()

Initialisiert eine neue Instanz der RatingItemFontInfo-Klasse.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

Eigenschaften

DisabledGlyph

Dient zum Abrufen oder Festlegen einer Segoe MDL2 Assets-Schriftart glyphe, die ein Bewertungselement darstellt, das deaktiviert ist.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

DisabledGlyphProperty

Identifiziert die DisabledGlyph-Abhängigkeitseigenschaft.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

Glyph

Dient zum Abrufen oder Festlegen einer Segoe MDL2 Assets-Schriftart glyphe, die ein Bewertungselement darstellt, das vom Benutzer festgelegt wurde.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

GlyphProperty

Identifiziert die Glyph-Abhängigkeitseigenschaft.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

PlaceholderGlyph

Dient zum Abrufen oder Festlegen einer Segoe MDL2 Assets-Schriftart glyphe, die ein Bewertungselement darstellt, das einen Platzhalterwert anzeigt.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

PlaceholderGlyphProperty

Identifiziert die Abhängigkeitseigenschaft "PlaceholderGlyph".

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

PointerOverGlyph

Dient zum Abrufen oder Festlegen einer Segoe MDL2 Assets-Schriftart glyphe, die ein Bewertungselement darstellt, das den Mauszeiger darüber hat.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

PointerOverGlyphProperty

Identifiziert die PointerOverGlyph-Abhängigkeitseigenschaft.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

PointerOverPlaceholderGlyph

Dient zum Abrufen oder Festlegen einer Segoe MDL2 Assets-Schriftart glyphe, die ein Bewertungselement darstellt, das einen Platzhalterwert mit dem Mauszeiger darüber anzeigt.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

PointerOverPlaceholderGlyphProperty

Identifiziert die PointerOverPlaceholderGlyph-Abhängigkeitseigenschaft.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

UnsetGlyph

Dient zum Abrufen oder Festlegen einer Segoe MDL2 Assets-Schriftart glyphe, die ein Bewertungselement darstellt, das nicht festgelegt wurde.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

UnsetGlyphProperty

Identifiziert die Abhängigkeitseigenschaft UnsetGlyph.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

Gilt für:

Weitere Informationen