Determines whether the arc is a full circle.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool IsFull { get; }
Visual C++
public:
property bool IsFull {
	bool get ();
}
F#
member IsFull : bool

See Also