RatingControl.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the rating value.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingControl.Value (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property double Value { double get(); void set(double value); };
double Value();
void Value(double value);
public double Value { get; set; }
var double = ratingControl.value;
ratingControl.value = double;
Public Property Value As Double
<RatingControl Value="double"/>
Property Value
Double
double
The rating value. The default is null.