Class Instruction
Instruction DataContract class.
Inheritance
System.Object
Instruction
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Instruction : Object
Constructors
Instruction()
Declaration
public Instruction()
Properties
ManeuverType
Gets or sets the ManeuverType.
Declaration
public string ManeuverType { get; set; }
Property Value
System.String
|
Text
Gets or sets the Text.
Declaration
public string Text { get; set; }
Property Value
System.String
|