RatingControl.ValueProperty Property

Definition

Identifies the Value dependency property.

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

public:
 static property DependencyProperty ^ ValueProperty { DependencyProperty ^ get(); };
static DependencyProperty ValueProperty();
public static DependencyProperty ValueProperty { get; }
var dependencyProperty = RatingControl.valueProperty;
Public Shared ReadOnly Property ValueProperty As DependencyProperty

Property Value

The identifier for Value dependency property.

Applies to