ClassShapeBase
Class
Definition
Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[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
ShapeBase()
Declaration
cs-api-definition
public ShapeBase()
Properties
ExtensionData
Declaration
cs-api-definition
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
ExtensionDataObject
Implements
Methods
RaisePropertyChanged(string)
Declaration
cs-api-definition
protected void RaisePropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements