Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 977 Bytes

ratingcontrol_placeholdervalue.md

File metadata and controls

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

Windows.UI.Xaml.Controls.RatingControl.PlaceholderValue

-description

Gets or sets the rating that is displayed in the control until the value is changed by a user action or some other operation.

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

-xaml-syntax

<RatingControl PlaceholderValue="double"/>

-property-value

The rating that is displayed in the control when no value is entered. The default is null.

-remarks

-see-also

-examples