Skip to main content

MapRectangle.Height Property

Gets or sets the height of the rectangle.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public double Height { get; set; }

Property Value

Type Default Description
Double 0

A Double value specifying the height of the rectangle.

Remarks

The MapRectangle size specified by the MapRectangle.Width and Height properties is measured in kilometers by default.

See Also