Gets the width of the moving window.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int WindowWidth { get; }
Visual Basic (Declaration)
Public ReadOnly Property WindowWidth As Integer
Visual C++
public:
property int WindowWidth {
	int get ();
}

See Also