Share via


RatingItemImageInfo.PointerOverPlaceholderImage Property

Definition

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

public:
 property ImageSource ^ PointerOverPlaceholderImage { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource PointerOverPlaceholderImage();

void PointerOverPlaceholderImage(ImageSource value);
public ImageSource PointerOverPlaceholderImage { get; set; }
var imageSource = ratingItemImageInfo.pointerOverPlaceholderImage;
ratingItemImageInfo.pointerOverPlaceholderImage = imageSource;
Public Property PointerOverPlaceholderImage As ImageSource
<RatingItemImageInfo PointerOverPlaceholderImage="uri"/>

Property Value

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.

Applies to