ClassRectangleGeometryData
Class
Represents the RectangleGeometryData class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class RectangleGeometryData : GeometryData, INotifyPropertyChanged
Inheritance: objectGeometryDataRectangleGeometryData
Implements:
Inherited Members
Constructors
RectangleGeometryData()
Declaration
cs-api-definition
public RectangleGeometryData()
Properties
Point1
Gets or sets the location of the first rectangle corner.
Point2
Gets or sets the location of the second rectangle corner.
RadiusX
Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle.
RadiusY
Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.
Rect
Gets or sets the dimensions of the rectangle.