RatingItemImageInfo.PointerOverPlaceholderImageProperty Property

Definition

Identifies the PointerOverPlaceholderImage dependency property.

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

public:
 static property DependencyProperty ^ PointerOverPlaceholderImageProperty { DependencyProperty ^ get(); };
static DependencyProperty PointerOverPlaceholderImageProperty();
public static DependencyProperty PointerOverPlaceholderImageProperty { get; }
var dependencyProperty = RatingItemImageInfo.pointerOverPlaceholderImageProperty;
Public Shared ReadOnly Property PointerOverPlaceholderImageProperty As DependencyProperty

Property Value

The identifier for PointerOverPlaceholderImage dependency property.

Applies to