A newer version of this page is available.
Switch to the current version.
MapEllipse.Width Property
Gets or sets the width of the map ellipse.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
[DefaultValue(0)]
public double Width { get; set; }
<DefaultValue(0)>
Public Property Width As Double
Property Value
Type | Default | Description |
---|---|---|
Double | 0 |
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.
Implements
DevExpress.Map.Native.ISupportRectangle.Width
See Also
Feedback