MapRectangle.Height Property
In This Article
Gets or sets the height of the rectangle.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#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