RectangleData
Class
Represents rectangle given in the geographical coordinates. Width and Height properties sets size of the rectangle in the degrees. The RadiusX and RadiusY properties are set in degrees as well.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class RectangleData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Inheritance: objectExtendedDataProviderMapShapeDataRectangleData
Implements:
Inherited Members
Constructors
C#
public RectangleData()
Properties
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; }
Methods
Calculates logical coordinates.
C#
protected override void CalculateLogicalCoordinates()
Overrides:
Recalculate geographical bounds of the shape.
C#
protected override void UpdateGeoBounds()
Overrides: