Property IsCircular
IsCircular
Gets a value indicating whether this arc is a portion of the boundary of a 2D circle.
Declaration
public bool IsCircular { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
An elliptic arc is circular if the ellipse upon which it is based is a circle, meaning the lengths of its major and minor axes are equal.
Use CreateCircularEllipticArc(MapPoint, Double, Double, Double, SpatialReference) and CreateCircularEllipticArc(MapPoint, MapPoint, MapPoint, SpatialReference) to create circular arcs.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |