RatingItemFontInfo Class

Definition

Represents information about the visual states of font elements that represent a rating.

C#
[Microsoft.UI.Xaml.CustomAttributes.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
C#
[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
XAML
<RatingItemFontInfo/>
Inheritance
Object DependencyObject RatingItemInfo RatingItemFontInfo
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Constructors

RatingItemFontInfo()

Initializes a new instance of the RatingItemFontInfo class.

Properties

DisabledGlyph

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element that is disabled.

DisabledGlyphProperty

Identifies the DisabledGlyph dependency property.

Dispatcher

Always returns null in a Windows App SDK app. Use DispatcherQueue instead.

(Inherited from DependencyObject)
DispatcherQueue

Gets the DispatcherQueue that this object is associated with. The DispatcherQueue represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.

(Inherited from DependencyObject)
Glyph

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element that has been set by the user.

GlyphProperty

Identifies the Glyph dependency property.

PlaceholderGlyph

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element that is showing a placeholder value.

PlaceholderGlyphProperty

Identifies the PlaceholderGlyph dependency property.

PointerOverGlyph

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element that has the pointer over it.

PointerOverGlyphProperty

Identifies the PointerOverGlyph dependency property.

PointerOverPlaceholderGlyph

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element showing a placeholder value with the pointer over it.

PointerOverPlaceholderGlyphProperty

Identifies the PointerOverPlaceholderGlyph dependency property.

UnsetGlyph

Gets or sets a Segoe MDL2 Assets font glyph that represents a rating element that has not been set.

UnsetGlyphProperty

Identifies the UnsetGlyph dependency property.

Methods

ClearValue(DependencyProperty)

Clears the local value of a dependency property.

(Inherited from DependencyObject)
GetAnimationBaseValue(DependencyProperty)

Returns any base value established for a dependency property, which would apply in cases where an animation is not active.

(Inherited from DependencyObject)
GetValue(DependencyProperty)

Returns the current effective value of a dependency property from a DependencyObject.

(Inherited from DependencyObject)
ReadLocalValue(DependencyProperty)

Returns the local value of a dependency property, if a local value is set.

(Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.

(Inherited from DependencyObject)
SetValue(DependencyProperty, Object)

Sets the local value of a dependency property on a DependencyObject.

(Inherited from DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.

(Inherited from DependencyObject)

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also