ClassMapEllipse
Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the kilometers.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapEllipse : MapShape, IExtendedData, IColorable, IGeoSizeProvider
Inheritance: objectMapShapeMapEllipse
Implements:
Inherited Members
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
DependencyProperty
WidthListenerProperty
Listener for the Width property.
Declaration
public static readonly DependencyProperty WidthListenerProperty
Field Value
DependencyProperty
Properties
Center
Gets center of the ellipse.
Location
Get or sets Left-Top corner of the ellipse bounding rectangle..
ScreenBounds
Gets bounding rectangle given in pixels.
Declaration
public override Rect ScreenBounds { get; }
Property Value
Rect
Overrides
Methods
MoveTo(Location)
Change location of the shape.
Declaration
public override void MoveTo(Location location)
Parameters
location
New location.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
PrepareShape()
Prepare shape.
Declaration
protected override Size PrepareShape()
Returns
Size
Overrides