Back to Devexpress

MapRectangle.Height Property

windowsforms-devexpress-dot-xtramap-dot-maprectangle.md

latest1.2 KB
Original Source

MapRectangle.Height Property

Gets or sets the height of the rectangle.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(0)]
public double Height { get; set; }
vb
<DefaultValue(0)>
Public Property Height As Double

Property Value

TypeDefaultDescription
Double0

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

MapRectangle Class

MapRectangle Members

DevExpress.XtraMap Namespace