ShapeBase
Class
Definition
Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[DataContract(Name = "ShapeBase", Namespace = "http://dev.virtualearth.net/webservices/v1/common")]
[KnownType(typeof(Circle))]
[KnownType(typeof(Rectangle))]
[KnownType(typeof(Polygon))]
[KnownType(typeof(SearchPoint))]
public class ShapeBase : IExtensibleDataObject, INotifyPropertyChanged
Inheritance: objectShapeBase
Derived Classes:
Implements:
Constructors
C#
public ShapeBase()
Properties
ExtensionData
ExtensionDataObject
C#
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Implements:
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: