Gets a value indicating whether this manip is closing.
Namespace:
VideoRayAssembly: 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 (); } |