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

cs-api-definition
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

MapEllipse()

Initializes a new instance of the MapEllipse class.

Declaration

cs-api-definition
public MapEllipse()

Fields

HeightListenerProperty

Listener for the Height property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeightListenerProperty

Field Value

DependencyProperty

WidthListenerProperty

Listener for the Width property.

Declaration

cs-api-definition
public static readonly DependencyProperty WidthListenerProperty

Field Value

DependencyProperty

Properties

Center

Gets center of the ellipse.

Declaration

cs-api-definition
public Location Center { get; }

Property Value

Location

Location

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

Declaration

cs-api-definition
public Location Location { get; set; }

Property Value

Location

ScreenBounds

Gets bounding rectangle given in pixels.

Declaration

cs-api-definition
public override Rect ScreenBounds { get; }

Property Value

Rect

Overrides MapShape.ScreenBounds

Methods

MoveTo(Location)

Change location of the shape.

Declaration

cs-api-definition
public override void MoveTo(Location location)

Parameters

location

Location

New location.

Overrides MapShape.MoveTo(Location)

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

PrepareShape()

Prepare shape.

Declaration

cs-api-definition
protected override Size PrepareShape()

Returns

Size

Overrides MapShape.PrepareShape()