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

Represents ellipse 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 MapEllipseView class.

C#
public MapEllipseView()

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

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; }