RatingItemImageInfo RatingItemImageInfo RatingItemImageInfo RatingItemImageInfo 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 image elements that represent a rating.

public : class RatingItemImageInfo : RatingItemInfo, IRatingItemImageInfopublic class RatingItemImageInfo : RatingItemInfo, IRatingItemImageInfoPublic Class RatingItemImageInfo Inherits RatingItemInfo Implements IRatingItemImageInfo// You can use this class in JavaScript.
<RatingItemImageInfo/>

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

RatingItemImageInfo() RatingItemImageInfo() RatingItemImageInfo() RatingItemImageInfo()

Prerelease. Initializes a new instance of the RatingItemImageInfo class.

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

Properties

DisabledImage DisabledImage DisabledImage DisabledImage

Prerelease. Gets or sets an image that represents a rating element that is disabled.

public : ImageSource DisabledImage { get; set; }public ImageSource DisabledImage { get; set; }Public ReadWrite Property DisabledImage As ImageSource// You can use this property in JavaScript.
<RatingItemImageInfo DisabledImage="uri"/>

Value
ImageSource ImageSource ImageSource ImageSource

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

DisabledImageProperty DisabledImageProperty DisabledImageProperty DisabledImageProperty

Prerelease. Identifies the DisabledImage dependency property.

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

The identifier for DisabledImage dependency property.

Image Image Image Image

Prerelease. Gets or sets an image that represents a rating element that has been set by the user.

public : ImageSource Image { get; set; }public ImageSource Image { get; set; }Public ReadWrite Property Image As ImageSource// You can use this property in JavaScript.
<RatingItemImageInfo Image="uri"/>

Value
ImageSource ImageSource ImageSource ImageSource

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

ImageProperty ImageProperty ImageProperty ImageProperty

Prerelease. Identifies the Image dependency property.

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

The identifier for Image dependency property.

PlaceholderImage PlaceholderImage PlaceholderImage PlaceholderImage

Prerelease. Gets or sets an image that represents a rating element that is showing a placeholder value.

public : ImageSource PlaceholderImage { get; set; }public ImageSource PlaceholderImage { get; set; }Public ReadWrite Property PlaceholderImage As ImageSource// You can use this property in JavaScript.
<RatingItemImageInfo PlaceholderImage="uri"/>

Value
ImageSource ImageSource ImageSource ImageSource

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

PlaceholderImageProperty PlaceholderImageProperty PlaceholderImageProperty PlaceholderImageProperty

Prerelease. Identifies the PlaceholderImage dependency property.

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

The identifier for PlaceholderImage dependency property.

PointerOverImage PointerOverImage PointerOverImage PointerOverImage

Prerelease. Gets or sets an image that represents a rating element that has the pointer over it.

public : ImageSource PointerOverImage { get; set; }public ImageSource PointerOverImage { get; set; }Public ReadWrite Property PointerOverImage As ImageSource// You can use this property in JavaScript.
<RatingItemImageInfo PointerOverImage="uri"/>

Value
ImageSource ImageSource ImageSource ImageSource

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

PointerOverImageProperty PointerOverImageProperty PointerOverImageProperty PointerOverImageProperty

Prerelease. Identifies the PointerOverImage dependency property.

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

The identifier for PointerOverImage dependency property.

PointerOverPlaceholderImage PointerOverPlaceholderImage PointerOverPlaceholderImage PointerOverPlaceholderImage

Prerelease. Gets or sets an image that represents a rating element showing a placeholder value with the pointer over it.

public : ImageSource PointerOverPlaceholderImage { get; set; }public ImageSource PointerOverPlaceholderImage { get; set; }Public ReadWrite Property PointerOverPlaceholderImage As ImageSource// You can use this property in JavaScript.
<RatingItemImageInfo PointerOverPlaceholderImage="uri"/>

Value
ImageSource ImageSource ImageSource ImageSource

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

PointerOverPlaceholderImageProperty PointerOverPlaceholderImageProperty PointerOverPlaceholderImageProperty PointerOverPlaceholderImageProperty

Prerelease. Identifies the PointerOverPlaceholderImage dependency property.

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

The identifier for PointerOverPlaceholderImage dependency property.

UnsetImage UnsetImage UnsetImage UnsetImage

Prerelease. Gets or sets an image that represents a rating element that has not been set.

public : ImageSource UnsetImage { get; set; }public ImageSource UnsetImage { get; set; }Public ReadWrite Property UnsetImage As ImageSource// You can use this property in JavaScript.
<RatingItemImageInfo UnsetImage="uri"/>

Value
ImageSource ImageSource ImageSource ImageSource

An object that represents the image source file for the drawn image. Typically you set this with a BitmapImage object, constructed with the Uniform Resource Identifier (URI) that describes the path to a valid image source file. Or, you can initialize a BitmapSource with a stream, perhaps a stream from a storage file.

UnsetImageProperty UnsetImageProperty UnsetImageProperty UnsetImageProperty

Prerelease. Identifies the UnsetImage dependency property.

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

The identifier for UnsetImage dependency property.