RadialControllerMenuItem.DisplayText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The text string of the custom tool.