Class Shape
Shape DataContract class.
Inheritance
System.Object
Shape
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Shape : Object
Constructors
Shape()
Declaration
public Shape()
Properties
BoundingBox
Gets or sets the BoundingBox.
Declaration
public double[] BoundingBox { get; set; }
Property Value
System.Double[]
|