Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 799 Bytes

ratingcontrol_caption.md

File metadata and controls

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

Windows.UI.Xaml.Controls.RatingControl.Caption

-description

Gets or sets the text label for the control.

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

-xaml-syntax

<RatingControl Caption="string"/>

-property-value

The text label for the control. The default is an empty string.

-remarks

-see-also

-examples