Class MapRectangleView
Represents rectangle 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 MapRectangleView : MapShapeBindableWrapper
Constructors
MapRectangleView()
Initializes a new instance of the MapRectangleView class.
Declaration
public MapRectangleView()
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
|
RadiusXProperty
Identifies the RadiusXProperty dependency property.
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
System.Windows.DependencyProperty
|
RadiusYProperty
Identifies the RadiusYProperty dependency property.
Declaration
public static readonly DependencyProperty RadiusYProperty
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
|
RadiusX
Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle. This is a dependency property.
Declaration
public double RadiusX { get; set; }
Property Value
System.Double
|
RadiusY
Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle. This is a dependency property.
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
|