Class RectangleGeometryData
Represents the RectangleGeometryData class.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class RectangleGeometryData : GeometryData, INotifyPropertyChanged
Constructors
RectangleGeometryData()
Declaration
public RectangleGeometryData()
Properties
Point1
Gets or sets the location of the first rectangle corner.
Declaration
public Location Point1 { get; set; }
Property Value
Location
|
Point2
Gets or sets the location of the second rectangle corner.
Declaration
public Location Point2 { 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.
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.
Declaration
public double RadiusY { get; set; }
Property Value
System.Double
|
Rect
Gets or sets the dimensions of the rectangle.
Declaration
public LocationRect Rect { get; set; }
Property Value
LocationRect
|