Class
MapEllipseGeometryView

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:

cs-api-definition
public class MapEllipseGeometryView : MapGeometryView

Inheritance: objectMapGeometryViewMapEllipseGeometryView

Inherited Members MapGeometryView.CreateInstanceCore()MapGeometryView.GeometryData

Constructors

MapEllipseGeometryView()

Initializes a new instance of the MapEllipseGeometryView class.

Declaration

cs-api-definition
public MapEllipseGeometryView()

Fields

CenterProperty

Identifies the Center dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CenterProperty

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

Properties

Center

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

Declaration

cs-api-definition
public Location Center { get; set; }

Property Value

Location

RadiusX

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

Declaration

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

Property Value

double

RadiusY

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

Declaration

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

Property Value

double