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

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:

C#
public class MapEllipse : MapShape, IExtendedData, IColorable, IGeoSizeProvider

Inheritance: objectMapShapeMapEllipse

Implements: IColorableIExtendedDataIGeoSizeProvider

Inherited Members MapShape.CaptionLocationPropertyMapShape.CaptionTemplatePropertyMapShape.FillPropertyMapShape.HighlightFillPropertyMapShape.ShapeFillPropertyMapShape.StrokeDashArrayPropertyMapShape.StrokeDashCapPropertyMapShape.StrokeDashOffsetPropertyMapShape.StrokeEndLineCapPropertyMapShape.StrokeLineJoinPropertyMapShape.StrokeMiterLimitPropertyMapShape.StrokePropertyMapShape.StrokeStartLineCapPropertyMapShape.StrokeThicknessPropertyMapShape.VisibilityListenerPropertyMapShape.CaptureMouse()MapShape.RaiseEvent(RoutedEventArgs)MapShape.ReleaseMouseCapture()MapShape.UseHighlightFill()MapShape.UseRegularFill()MapShape.OnMapCanvasChanged(MapCanvas, MapCanvas)MapShape.OnMapControlChanged(RadMap, RadMap)MapShape.PreprocessTransformation()MapShape.SetShapeFillStroke()MapShape.SetupEvents()MapShape.CaptionLocationMapShape.CaptionTemplateMapShape.ExtendedDataMapShape.FillMapShape.GeoBoundsMapShape.GeographicalBoundsMapShape.GeoSizeMapShape.HighlightFillMapShape.ShapeFillMapShape.StrokeMapShape.StrokeDashArrayMapShape.StrokeDashCapMapShape.StrokeDashOffsetMapShape.StrokeEndLineCapMapShape.StrokeLineJoinMapShape.StrokeMiterLimitMapShape.StrokeStartLineCapMapShape.StrokeThicknessMapShape.NeedUpdateLocationMapShape.MouseEnterMapShape.MouseLeaveMapShape.MouseLeftButtonDownMapShape.MouseLeftButtonUpMapShape.MouseMoveMapShape.MouseRightButtonDownMapShape.MouseRightButtonUpMapShape.MouseWheel...

Constructors

Initializes a new instance of the MapEllipse class.

C#
public MapEllipse()

Fields

HeightListenerProperty

DependencyProperty

Listener for the Height property.

C#
public static readonly DependencyProperty HeightListenerProperty

WidthListenerProperty

DependencyProperty

Listener for the Width property.

C#
public static readonly DependencyProperty WidthListenerProperty

Properties

Gets center of the ellipse.

C#
public Location Center { get; }

Get or sets Left-Top corner of the ellipse bounding rectangle..

C#
public Location Location { get; set; }

Gets bounding rectangle given in pixels.

C#
public override Rect ScreenBounds { get; }

Overrides: MapShape.ScreenBounds

Methods

Change location of the shape.

C#
public override void MoveTo(Location location)
Parameters:locationLocation

New location.

Overrides: MapShape.MoveTo(Location)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Prepare shape.

C#
protected override Size PrepareShape()
Returns:

Size

Overrides: MapShape.PrepareShape()