EllipseGeometryData
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:
C#
public class EllipseGeometryData : GeometryData, INotifyPropertyChanged
Inheritance: objectGeometryDataEllipseGeometryData
Implements:
Inherited Members
Constructors
C#
public EllipseGeometryData()
Properties
Gets or sets the center point of the MapEllipseGeometry.
C#
public Location Center { get; set; }
Gets or sets the x-radius value of the MapEllipseGeometry.
C#
public double RadiusX { get; set; }