Class MapEllipseGeometry
Represents the geometry of a circle or ellipse given in geographical coordinates.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapEllipseGeometry : MapGeometry
Constructors
MapEllipseGeometry()
Initializes a new instance of the MapEllipseGeometry class.
Declaration
public MapEllipseGeometry()
Fields
CenterProperty
Identifies the Center dependency property.
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
System.Windows.DependencyProperty
|
RadiusXProperty
Identifies the RadiusXProperty dependency property.
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
System.Windows.DependencyProperty
|
RadiusYProperty
Identifies the RadiusYProperty dependency property.
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Center
Gets or sets the center point of the MapEllipseGeometry. This is a dependency property.
Declaration
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
public double RadiusX { get; set; }
Property Value
System.Double
|
RadiusY
Gets or sets the y-radius value of the MapEllipseGeometry. This is a dependency property.
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
|