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

Represents the geometry of a circle or ellipse given in geographical coordinates.

Definition

Constructors

Initializes a new instance of the MapEllipseGeometry class.

C#
public MapEllipseGeometry()

Fields

CenterProperty

DependencyProperty

Identifies the Center dependency property.

C#
public static readonly DependencyProperty CenterProperty

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

Properties

Gets or sets the center point of the MapEllipseGeometry. This is a dependency property.

C#
public Location Center { get; set; }

Gets or sets the x-radius value of the MapEllipseGeometry. This is a dependency property.

C#
public double RadiusX { get; set; }

Gets or sets the y-radius value of the MapEllipseGeometry. This is a dependency property.

C#
public double RadiusY { get; set; }