Gets a value indicating whether this manip is closing.

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsClosing { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsClosing As Boolean
Visual C++
public:
property bool IsClosing {
	bool get ();
}

Field Value

true if this manip is closing; otherwise, false.

See Also