ClassShape
Class
Shape DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract]
[KnownType(typeof(Point))]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Shape
Inheritance: objectShape
Derived Classes:
Constructors
Shape()
Declaration
cs-api-definition
public Shape()
Properties
BoundingBox
Gets or sets the BoundingBox.
Declaration
cs-api-definition
[DataMember(Name = "boundingBox", EmitDefaultValue = false)]
public double[] BoundingBox { get; set; }
Property Value
double[]