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

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapEllipseGeometryView : MapGeometryView

Inheritance: objectMapGeometryViewMapEllipseGeometryView

Inherited Members MapGeometryView.CreateInstanceCore()MapGeometryView.GeometryData

Constructors

Initializes a new instance of the MapEllipseGeometryView class.

C#
public MapEllipseGeometryView()

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