Back to Devexpress

MapLine.IsGeodesic Property

windowsforms-devexpress-dot-xtramap-dot-mapline.md

latest1.4 KB
Original Source

MapLine.IsGeodesic Property

Gets or sets a value that indicates whether the line 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 line is geodesic; otherwise false.

|

Remarks

The following images show a line with different IsGeodesic values:

IsGeodesic = TrueIsGeodesic = False

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace