RatingItemImageInfo.PlaceholderImageProperty Property

Definition

Identifies the PlaceholderImage dependency property.

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

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

Property Value

The identifier for PlaceholderImage dependency property.

Applies to