MapEllipseView
Class
Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the degrees (spatial units).
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapEllipseView : MapShapeBindableWrapper
Inheritance: objectMapShapeBindableWrapperMapEllipseView
Inherited Members
Constructors
Initializes a new instance of the MapEllipseView class.
C#
public MapEllipseView()
Fields
HeightListenerProperty
DependencyProperty
Listener for the Height property.
C#
public static readonly DependencyProperty HeightListenerProperty
LocationProperty
DependencyProperty
Identifies the Location dependency property.
C#
public static readonly DependencyProperty LocationProperty
WidthListenerProperty
DependencyProperty
Listener for the Width property.
C#
public static readonly DependencyProperty WidthListenerProperty