Skip to main content
All docs
V25.1
  • MapEllipse.IsGeodesic Property

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(false)]
    public bool IsGeodesic { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true, if the ellipse is geodesic; otherwise false.

    Remarks

    The following images show an ellipse with different IsGeodesic values:

    image

    See Also