New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

Initializes a new instance of the MapRectangleView class.

C#
public MapRectangleView()

Fields

HeightListenerProperty

DependencyProperty

Listener for the Height property.

C#
public static readonly DependencyProperty HeightListenerProperty

LocationProperty

DependencyProperty

Identifies the Location dependency property.

C#
public static readonly DependencyProperty LocationProperty

RadiusXProperty

DependencyProperty

Identifies the RadiusXProperty dependency property.

C#
public static readonly DependencyProperty RadiusXProperty

RadiusYProperty

DependencyProperty

Identifies the RadiusYProperty dependency property.

C#
public static readonly DependencyProperty RadiusYProperty

WidthListenerProperty

DependencyProperty

Listener for the Width property.

C#
public static readonly DependencyProperty WidthListenerProperty

Properties

Gets or sets location of the ellipse.

C#
public Location Location { get; set; }

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.

C#
public double RadiusX { get; set; }

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.

C#
public double RadiusY { get; set; }