Back to Devexpress

MapEllipse.Width Property

windowsforms-devexpress-dot-xtramap-dot-mapellipse-3a364898.md

latest1.2 KB
Original Source

MapEllipse.Width Property

Gets or sets the width of the map ellipse.

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 map ellipse.

|

Remarks

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

See Also

MapEllipse Class

MapEllipse Members

DevExpress.XtraMap Namespace