A newer version of this page is available.
Switch to the current version.
MapEllipse.Height Property
Gets or sets the height of the ellipse.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
[DefaultValue(0)]
public double Height { get; set; }
<DefaultValue(0)>
Public Property Height As Double
Property Value
Type | Default | Description |
---|---|---|
Double | 0 |
A Double value specifying the height of the ellipse. |
Remarks
The MapEllipse size specified by the MapEllipse.Width and Height properties is measured in kilometers by default.
Implements
DevExpress.Map.Native.ISupportRectangle.Height
See Also
Feedback