RatingItemFontInfo RatingItemFontInfo RatingItemFontInfo RatingItemFontInfo Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Represents information about the visual states of font elements that represent a rating.

public : class RatingItemFontInfo : RatingItemInfo, IRatingItemFontInfopublic class RatingItemFontInfo : RatingItemInfo, IRatingItemFontInfoPublic Class RatingItemFontInfo Inherits RatingItemInfo Implements IRatingItemFontInfo// You can use this class in JavaScript.
<RatingItemFontInfo/>

Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited methods

Inherited properties

Constructors

RatingItemFontInfo() RatingItemFontInfo() RatingItemFontInfo() RatingItemFontInfo()

Prerelease. Initializes a new instance of the RatingItemFontInfo class.

public : RatingItemFontInfo()public RatingItemFontInfo()Public Sub New()// You can use this method in JavaScript.

Properties

DisabledGlyph DisabledGlyph DisabledGlyph DisabledGlyph

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

public : PlatForm::String DisabledGlyph { get; set; }public string DisabledGlyph { get; set; }Public ReadWrite Property DisabledGlyph As string// You can use this property in JavaScript.
<RatingItemFontInfo DisabledGlyph="characterCode"/>

Value
PlatForm::String string string string

The hexadecimal character code for the rating element glyph.

DisabledGlyphProperty DisabledGlyphProperty DisabledGlyphProperty DisabledGlyphProperty

Prerelease. Identifies the DisabledGlyph dependency property.

public : static DependencyProperty DisabledGlyphProperty { get; }public static DependencyProperty DisabledGlyphProperty { get; }Public Static ReadOnly Property DisabledGlyphProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for DisabledGlyph dependency property.

Glyph Glyph Glyph Glyph

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

public : PlatForm::String Glyph { get; set; }public string Glyph { get; set; }Public ReadWrite Property Glyph As string// You can use this property in JavaScript.
<RatingItemFontInfo Glyph="characterCode"/>

Value
PlatForm::String string string string

The hexadecimal character code for the rating element glyph.

GlyphProperty GlyphProperty GlyphProperty GlyphProperty

Prerelease. Identifies the Glyph dependency property.

public : static DependencyProperty GlyphProperty { get; }public static DependencyProperty GlyphProperty { get; }Public Static ReadOnly Property GlyphProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for Glyph dependency property.

PlaceholderGlyph PlaceholderGlyph PlaceholderGlyph PlaceholderGlyph

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

public : PlatForm::String PlaceholderGlyph { get; set; }public string PlaceholderGlyph { get; set; }Public ReadWrite Property PlaceholderGlyph As string// You can use this property in JavaScript.
<RatingItemFontInfo PlaceholderGlyph="characterCode"/>

Value
PlatForm::String string string string

The hexadecimal character code for the rating element glyph.

PlaceholderGlyphProperty PlaceholderGlyphProperty PlaceholderGlyphProperty PlaceholderGlyphProperty

Prerelease. Identifies the PlaceholderGlyph dependency property.

public : static DependencyProperty PlaceholderGlyphProperty { get; }public static DependencyProperty PlaceholderGlyphProperty { get; }Public Static ReadOnly Property PlaceholderGlyphProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for PlaceholderGlyph dependency property.

PointerOverGlyph PointerOverGlyph PointerOverGlyph PointerOverGlyph

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

public : PlatForm::String PointerOverGlyph { get; set; }public string PointerOverGlyph { get; set; }Public ReadWrite Property PointerOverGlyph As string// You can use this property in JavaScript.
<RatingItemFontInfo PointerOverGlyph="characterCode"/>

Value
PlatForm::String string string string

The hexadecimal character code for the rating element glyph.

PointerOverGlyphProperty PointerOverGlyphProperty PointerOverGlyphProperty PointerOverGlyphProperty

Prerelease. Identifies the PointerOverGlyph dependency property.

public : static DependencyProperty PointerOverGlyphProperty { get; }public static DependencyProperty PointerOverGlyphProperty { get; }Public Static ReadOnly Property PointerOverGlyphProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for PointerOverGlyph dependency property.

PointerOverPlaceholderGlyph PointerOverPlaceholderGlyph PointerOverPlaceholderGlyph PointerOverPlaceholderGlyph

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

public : PlatForm::String PointerOverPlaceholderGlyph { get; set; }public string PointerOverPlaceholderGlyph { get; set; }Public ReadWrite Property PointerOverPlaceholderGlyph As string// You can use this property in JavaScript.
<RatingItemFontInfo PointerOverPlaceholderGlyph="characterCode"/>

Value
PlatForm::String string string string

The hexadecimal character code for the rating element glyph.

PointerOverPlaceholderGlyphProperty PointerOverPlaceholderGlyphProperty PointerOverPlaceholderGlyphProperty PointerOverPlaceholderGlyphProperty

Prerelease. Identifies the PointerOverPlaceholderGlyph dependency property.

public : static DependencyProperty PointerOverPlaceholderGlyphProperty { get; }public static DependencyProperty PointerOverPlaceholderGlyphProperty { get; }Public Static ReadOnly Property PointerOverPlaceholderGlyphProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for PointerOverPlaceholderGlyph dependency property.

UnsetGlyph UnsetGlyph UnsetGlyph UnsetGlyph

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

public : PlatForm::String UnsetGlyph { get; set; }public string UnsetGlyph { get; set; }Public ReadWrite Property UnsetGlyph As string// You can use this property in JavaScript.
<RatingItemFontInfo UnsetGlyph="characterCode"/>

Value
PlatForm::String string string string

The hexadecimal character code for the rating element glyph.

UnsetGlyphProperty UnsetGlyphProperty UnsetGlyphProperty UnsetGlyphProperty

Prerelease. Identifies the UnsetGlyph dependency property.

public : static DependencyProperty UnsetGlyphProperty { get; }public static DependencyProperty UnsetGlyphProperty { get; }Public Static ReadOnly Property UnsetGlyphProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for UnsetGlyph dependency property.