Class Line
Line DataContract class.
Inheritance
System.Object
Line
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Line
Constructors
Line()
Declaration
public Line()
Properties
Coordinates
Gets or sets the Coordinates.
Declaration
public double[][] Coordinates { get; set; }
Property Value
System.Double[][]
|
Type
Gets or sets the Type.
Declaration
public string Type { get; set; }
Property Value
System.String
|