MapRectangleView
Represents rectangle 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:
public class MapRectangleView : MapShapeBindableWrapper
Inheritance: objectMapShapeBindableWrapperMapRectangleView
Inherited Members
Constructors
Initializes a new instance of the MapRectangleView class.
public MapRectangleView()
Fields
HeightListenerProperty
DependencyProperty
Listener for the Height property.
public static readonly DependencyProperty HeightListenerProperty
LocationProperty
DependencyProperty
Identifies the Location dependency property.
public static readonly DependencyProperty LocationProperty
RadiusXProperty
DependencyProperty
Identifies the RadiusXProperty dependency property.
public static readonly DependencyProperty RadiusXProperty
RadiusYProperty
DependencyProperty
Identifies the RadiusYProperty dependency property.
public static readonly DependencyProperty RadiusYProperty
WidthListenerProperty
DependencyProperty
Listener for the Width property.
public static readonly DependencyProperty WidthListenerProperty
Properties
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.
public double RadiusX { get; set; }