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

MapEllipse.IsGeodesic Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool IsGeodesic { get; set; }

Property Value

Type Description
Boolean

true if the line is geodesic; otherwise false.

Remarks

The following images show an ellipse with different IsGeodesic values:

See Also