RatingItemFontInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about the visual states of font elements that represent a rating.
/// [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)]
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.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
[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/>
- Inheritance
- 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 |
DispatcherQueue |
Gets the |
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) |