Back to Devexpress

MapEllipse.Height Property

windowsforms-devexpress-dot-xtramap-dot-mapellipse-1753c4ab.md

latest1.2 KB
Original Source

MapEllipse.Height Property

Gets or sets the height of the ellipse.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Double0

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

MapEllipse Class

MapEllipse Members

DevExpress.XtraMap Namespace