Represents the RectangleGeometryData class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class RectangleGeometryData : GeometryData, INotifyPropertyChanged
Inheritance: objectGeometryDataRectangleGeometryData
Implements:
Inherited Members
Constructors
C#
public RectangleGeometryData()
Properties
Gets or sets the location of the first rectangle corner.
C#
public Location Point1 { get; set; }
Gets or sets the location of the second rectangle corner.
C#
public Location Point2 { get; set; }
Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle.
C#
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.
C#
public double RadiusY { get; set; }
Gets or sets the dimensions of the rectangle.
C#
public LocationRect Rect { get; set; }