New to Telerik UI for WPFStart a free 30-day trial

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

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

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; }