Back to Devexpress

MapEllipse.IsGeodesic Property

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

latest1.3 KB
Original Source

MapEllipse.IsGeodesic Property

Gets or sets a value that indicates whether the ellipse is geodesic.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(false)]
public bool IsGeodesic { get; set; }
vb
<DefaultValue(False)>
Public Property IsGeodesic As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , if the ellipse is geodesic; otherwise false.

|

Remarks

The following images show an ellipse with different IsGeodesic values:

See Also

MapEllipse Class

MapEllipse Members

DevExpress.XtraMap Namespace