New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

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

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; }

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

C#
public double RadiusY { get; set; }