Class
EllipseGeometryData

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 EllipseGeometryData : GeometryData, INotifyPropertyChanged

Inheritance: objectGeometryDataEllipseGeometryData

Implements: INotifyPropertyChanged

Inherited Members GeometryData.BeginInit()GeometryData.EndInit()GeometryData.OnGeometryChanged()GeometryData.OnPropertyChanged(string)GeometryData.OnShapeBasePointChanged()GeometryData.ForceGeometryBoundsChangedGeometryData.InitStartedGeometryData.PropertyChanged

Constructors

EllipseGeometryData()

Declaration

cs-api-definition
public EllipseGeometryData()

Properties

Center

Gets or sets the center point of the MapEllipseGeometry.

Declaration

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

Property Value

Location

RadiusX

Gets or sets the x-radius value of the MapEllipseGeometry.

Declaration

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

Property Value

double

RadiusY

Gets or sets the y-radius value of the MapEllipseGeometry.

Declaration

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

Property Value

double