Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 863 Bytes

ratingcontrol_isreadonly.md

File metadata and controls

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

Windows.UI.Xaml.Controls.RatingControl.IsReadOnly

-description

Gets or sets the value that determines if the user can change the rating.

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

-xaml-syntax

<RatingControl IsReadOnly="bool"/>

-property-value

true if the rating is read-only; otherwise, false. The default is false.

-remarks

-see-also

-examples