Class
RectangleGeometryData

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: INotifyPropertyChanged

Inherited Members GeometryData.BeginInit()GeometryData.EndInit()GeometryData.OnGeometryChanged()GeometryData.OnPropertyChanged(string)GeometryData.OnShapeBasePointChanged()GeometryData.ForceGeometryBoundsChangedGeometryData.InitStartedGeometryData.PropertyChanged

Constructors

RectangleGeometryData()

Declaration

cs-api-definition
public RectangleGeometryData()

Properties

Point1

Gets or sets the location of the first rectangle corner.

Declaration

cs-api-definition
public Location Point1 { get; set; }

Property Value

Location

Point2

Gets or sets the location of the second rectangle corner.

Declaration

cs-api-definition
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

cs-api-definition
public double RadiusX { get; set; }

Property Value

double

RadiusY

Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.

Declaration

cs-api-definition
public double RadiusY { get; set; }

Property Value

double

Rect

Gets or sets the dimensions of the rectangle.

Declaration

cs-api-definition
public LocationRect Rect { get; set; }

Property Value

LocationRect