Share via


RatingItemFontInfo Class

Definition

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class RatingItemFontInfo : RatingItemInfo
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RatingItemFontInfo : RatingItemInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class RatingItemFontInfo : RatingItemInfo
function RatingItemFontInfo()
Public Class RatingItemFontInfo
Inherits RatingItemInfo
<RatingItemFontInfo/>
Inheritance
Object IInspectable DependencyObject RatingItemInfo RatingItemFontInfo
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Constructors

Name Description
RatingItemFontInfo()

Initializes a new instance of the RatingItemFontInfo class.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.-ctor (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Properties

Name Description
DisabledGlyph

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.DisabledGlyph (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

DisabledGlyphProperty

Identifies the DisabledGlyph dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.DisabledGlyphProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Dispatcher

Gets the CoreDispatcher that this object is associated with. The CoreDispatcher 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.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.Glyph (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

GlyphProperty

Identifies the Glyph dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.GlyphProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

PlaceholderGlyph

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PlaceholderGlyph (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

PlaceholderGlyphProperty

Identifies the PlaceholderGlyph dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PlaceholderGlyphProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

PointerOverGlyph

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PointerOverGlyph (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

PointerOverGlyphProperty

Identifies the PointerOverGlyph dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PointerOverGlyphProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

PointerOverPlaceholderGlyph

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PointerOverPlaceholderGlyph (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

PointerOverPlaceholderGlyphProperty

Identifies the PointerOverPlaceholderGlyph dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.PointerOverPlaceholderGlyphProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

UnsetGlyph

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.UnsetGlyph (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

UnsetGlyphProperty

Identifies the UnsetGlyph dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingItemFontInfo.UnsetGlyphProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Methods

Name Description
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