RatingControl.Caption Property

Definition

Gets or sets the text label for the control.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::String ^ Caption { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Caption();

void Caption(winrt::hstring value);
public string Caption { get; set; }
Public Property Caption As String
<RatingControl Caption="string"/>

Property Value

String

Platform::String

winrt::hstring

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

Applies to