Skip to main content

MapEllipse.IsGeodesic Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.1.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