Class
MapEllipseView

Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the degrees (spatial units).

Definition

Constructors

MapEllipseView()

Initializes a new instance of the MapEllipseView class.

Declaration

cs-api-definition
public MapEllipseView()

Fields

HeightListenerProperty

Listener for the Height property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeightListenerProperty

Field Value

DependencyProperty

LocationProperty

Identifies the Location dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LocationProperty

Field Value

DependencyProperty

WidthListenerProperty

Listener for the Width property.

Declaration

cs-api-definition
public static readonly DependencyProperty WidthListenerProperty

Field Value

DependencyProperty

Properties

Location

Gets or sets location of the ellipse.

Declaration

cs-api-definition
public Location Location { get; set; }

Property Value

Location