Skip to main content
A newer version of this page is available. .

MapEllipse.Height Property

Gets or sets the height of the ellipse.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[DefaultValue(0)]
public double Height { get; set; }

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.

See Also