MapRouteManeuver.InstructionText Property

Definition

Gets the instruction text associated with the maneuver.

public:
 property Platform::String ^ InstructionText { Platform::String ^ get(); };
winrt::hstring InstructionText();
public string InstructionText { get; }
var string = mapRouteManeuver.instructionText;
Public ReadOnly Property InstructionText As String

Property Value

String

Platform::String

winrt::hstring

The instruction text associated with the maneuver.

Applies to

See also