Class MapEllipseView
Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the degrees (spatial units).
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapEllipseView : MapShapeBindableWrapper
Constructors
MapEllipseView()
Initializes a new instance of the MapEllipseView class.
Declaration
public MapEllipseView()
Fields
HeightListenerProperty
Listener for the Height property.
Declaration
public static readonly DependencyProperty HeightListenerProperty
Field Value
System.Windows.DependencyProperty
|
LocationProperty
Identifies the Location dependency property.
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
System.Windows.DependencyProperty
|
WidthListenerProperty
Listener for the Width property.
Declaration
public static readonly DependencyProperty WidthListenerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Location
Gets or sets location of the ellipse.
Declaration
public Location Location { get; set; }
Property Value
Location
|