ClassMapEllipseGeometry
Class
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 MapEllipseGeometry : MapGeometry
Inheritance: objectMapGeometryMapEllipseGeometry
Inherited Members
Constructors
MapEllipseGeometry()
Initializes a new instance of the MapEllipseGeometry class.
Declaration
cs-api-definition
public MapEllipseGeometry()
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