Share via


RadialControllerMenuItem.DisplayText Property

Definition

Gets the text string of the custom tool on the RadialController menu.

public:
 property Platform::String ^ DisplayText { Platform::String ^ get(); };
winrt::hstring DisplayText();
public string DisplayText { get; }
var string = radialControllerMenuItem.displayText;
Public ReadOnly Property DisplayText As String

Property Value

String

Platform::String

winrt::hstring

The text string of the custom tool.

Applies to

See also