Class MapEllipse
Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the kilometers.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapEllipse : MapShape, IExtendedData, IColorable, IGeoSizeProvider
Constructors
MapEllipse()
Initializes a new instance of the MapEllipse class.
Declaration
public MapEllipse()
Fields
HeightListenerProperty
Listener for the Height property.
Declaration
public static readonly DependencyProperty HeightListenerProperty
Field Value
System.Windows.DependencyProperty
|
WidthListenerProperty
Listener for the Width property.
Declaration
public static readonly DependencyProperty WidthListenerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Center
Location
Get or sets Left-Top corner of the ellipse bounding rectangle..
Declaration
public Location Location { get; set; }
Property Value
Location
|
ScreenBounds
Gets bounding rectangle given in pixels.
Declaration
public override Rect ScreenBounds { get; }
Property Value
System.Windows.Rect
|
Overrides
Methods
MoveTo(Location)
Change location of the shape.
Declaration
public override void MoveTo(Location location)
Parameters
Location
location
New location. |
Overrides
PrepareShape()
Prepare shape.
Declaration
protected override Size PrepareShape()
Returns
System.Windows.Size
|