Class
CoverageArea

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract(Name = "CoverageArea", Namespace = "http://dev.virtualearth.net/webservices/v1/imagery")]
public class CoverageArea : IExtensibleDataObject, INotifyPropertyChanged

Inheritance: objectCoverageArea

Implements: IExtensibleDataObjectINotifyPropertyChanged

Constructors

CoverageArea()

Declaration

cs-api-definition
public CoverageArea()

Properties

BoundingRectangle

Declaration

cs-api-definition
[DataMember]
public Rectangle BoundingRectangle { get; set; }

Property Value

Rectangle

ExtensionData

Declaration

cs-api-definition
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

ZoomRange

Declaration

cs-api-definition
[DataMember]
public RangeOfint ZoomRange { get; set; }

Property Value

RangeOfint

Methods

RaisePropertyChanged(string)

Declaration

cs-api-definition
protected void RaisePropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged