Class
MapRectangleView

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

Definition

Constructors

MapRectangleView()

Initializes a new instance of the MapRectangleView class.

Declaration

cs-api-definition
public MapRectangleView()

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

RadiusXProperty

Identifies the RadiusXProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadiusXProperty

Field Value

DependencyProperty

RadiusYProperty

Identifies the RadiusYProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadiusYProperty

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

RadiusX

Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle. This is a dependency property.

Declaration

cs-api-definition
public double RadiusX { get; set; }

Property Value

double

RadiusY

Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle. This is a dependency property.

Declaration

cs-api-definition
public double RadiusY { get; set; }

Property Value

double