MapEllipse
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
Initializes a new instance of the MapEllipse class.
public MapEllipse()
Fields
HeightListenerProperty
DependencyProperty
Listener for the Height property.
public static readonly DependencyProperty HeightListenerProperty
WidthListenerProperty
DependencyProperty
Listener for the Width property.
public static readonly DependencyProperty WidthListenerProperty
Properties
Get or sets Left-Top corner of the ellipse bounding rectangle..
public Location Location { get; set; }
ScreenBounds
Rect
Gets bounding rectangle given in pixels.
public override Rect ScreenBounds { get; }
Overrides:
Methods
Change location of the shape.
public override void MoveTo(Location location)
New location.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Prepare shape.
protected override Size PrepareShape()
Size
Overrides: