Class
MapRectangleGeometryView

Represents the geometry of a rectangle given in geographical coordinates.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapRectangleGeometryView : MapGeometryView

Inheritance: objectMapGeometryViewMapRectangleGeometryView

Inherited Members MapGeometryView.CreateInstanceCore()MapGeometryView.GeometryData

Constructors

MapRectangleGeometryView()

Initializes a new instance of the MapRectangleGeometryView class.

Declaration

cs-api-definition
public MapRectangleGeometryView()

Fields

Point1Property

Identifies the Point1 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Point1Property

Field Value

DependencyProperty

Point2Property

Identifies the Point2 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Point2Property

Field Value

DependencyProperty

RadiusXProperty

Identifies the RadiusX dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadiusXProperty

Field Value

DependencyProperty

RadiusYProperty

Identifies the RadiusY dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadiusYProperty

Field Value

DependencyProperty

RectProperty

Identifies the Rect dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RectProperty

Field Value

DependencyProperty

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. This is a dependency property.

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. This is a dependency property.

Declaration

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

Property Value

double

Rect

Gets or sets the dimensions of the rectangle. This is a dependency property.

Declaration

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

Property Value

LocationRect