RatingItemImageInfo
RatingItemImageInfo
RatingItemImageInfo
RatingItemImageInfo
Class
Definition
Represents information about the visual states of image elements that represent a rating.
public : class RatingItemImageInfo : RatingItemInfo
struct winrt::Windows::UI::Xaml::Controls::RatingItemImageInfo : RatingItemInfo
public class RatingItemImageInfo : RatingItemInfo
Public Class RatingItemImageInfo Inherits RatingItemInfo
<RatingItemImageInfo/>
- Inheritance
-
RatingItemImageInfoRatingItemImageInfoRatingItemImageInfoRatingItemImageInfo
- Attributes
Windows 10 requirements
Device family |
Windows 10 Fall Creators Update (introduced v10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Constructors
RatingItemImageInfo() RatingItemImageInfo() RatingItemImageInfo() RatingItemImageInfo() |
Initializes a new instance of the RatingItemImageInfo class. |
Properties
DisabledImage DisabledImage DisabledImage DisabledImage |
Gets or sets an image that represents a rating element that is disabled. |
DisabledImageProperty DisabledImageProperty DisabledImageProperty DisabledImageProperty |
Identifies the DisabledImage dependency property. |
Dispatcher Dispatcher Dispatcher Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
Image Image Image Image |
Gets or sets an image that represents a rating element that has been set by the user. |
ImageProperty ImageProperty ImageProperty ImageProperty |
Identifies the Image dependency property. |
PlaceholderImage PlaceholderImage PlaceholderImage PlaceholderImage |
Gets or sets an image that represents a rating element that is showing a placeholder value. |
PlaceholderImageProperty PlaceholderImageProperty PlaceholderImageProperty PlaceholderImageProperty |
Identifies the PlaceholderImage dependency property. |
PointerOverImage PointerOverImage PointerOverImage PointerOverImage |
Gets or sets an image that represents a rating element that has the pointer over it. |
PointerOverImageProperty PointerOverImageProperty PointerOverImageProperty PointerOverImageProperty |
Identifies the PointerOverImage dependency property. |
PointerOverPlaceholderImage PointerOverPlaceholderImage PointerOverPlaceholderImage PointerOverPlaceholderImage |
Gets or sets an image that represents a rating element showing a placeholder value with the pointer over it. |
PointerOverPlaceholderImageProperty PointerOverPlaceholderImageProperty PointerOverPlaceholderImageProperty PointerOverPlaceholderImageProperty |
Identifies the PointerOverPlaceholderImage dependency property. |
UnsetImage UnsetImage UnsetImage UnsetImage |
Gets or sets an image that represents a rating element that has not been set. |
UnsetImageProperty UnsetImageProperty UnsetImageProperty UnsetImageProperty |
Identifies the UnsetImage dependency property. |
Methods
Feedback
Loading feedback...