MapRectangleGeometry
Represents the MapRectangleGeometry class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapRectangleGeometry : MapGeometry
Inheritance: objectMapGeometryMapRectangleGeometry
Inherited Members
Constructors
Initializes a new instance of the MapRectangleGeometry class.
public MapRectangleGeometry()
Fields
RadiusXProperty
DependencyProperty
Identifies the RadiusX dependency property.
public static readonly DependencyProperty RadiusXProperty
RadiusYProperty
DependencyProperty
Identifies the RadiusY dependency property.
public static readonly DependencyProperty RadiusYProperty
RectProperty
DependencyProperty
Identifies the Rect dependency property.
public static readonly DependencyProperty RectProperty
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; }
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.
public double RadiusY { get; set; }
Gets or sets the dimensions of the rectangle. This is a dependency property.
public LocationRect Rect { get; set; }