Back to Devexpress

MapRectangle.Width Property

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

latest1.2 KB
Original Source

MapRectangle.Width Property

Gets or sets the width of the rectangle.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Double0

A Double value specifying the width of the rectangle.

|

Remarks

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

See Also

MapRectangle Class

MapRectangle Members

DevExpress.XtraMap Namespace