Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.67 KB

ratingitemimageinfo_pointeroverplaceholderimage.md

File metadata and controls

38 lines (23 loc) · 1.67 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.RatingItemImageInfo.PointerOverPlaceholderImage
winrt property

Windows.UI.Xaml.Controls.RatingItemImageInfo.PointerOverPlaceholderImage

-description

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

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

-xaml-syntax

<RatingItemImageInfo PointerOverPlaceholderImage="uri"/>

-xaml-values

uri
uriThe location of the image source file. In XAML syntax, you can specify what appears to be a relative that is relative to a base . The base is interpreted based on the location of the XAML file that loads it, and uses the ms-appx: scheme implicitly. For more info see Image.Source.

-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.

-remarks

-see-also

-examples