Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 764 Bytes

ratingcontrol_value.md

File metadata and controls

33 lines (20 loc) · 764 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RatingControl.Value
winrt property

Windows.UI.Xaml.Controls.RatingControl.Value

-description

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).

-xaml-syntax

<RatingControl Value="double"/>

-property-value

The rating value. The default is null.

-remarks

-see-also

-examples