Gets or sets interval for the instrument re-drawing.

Namespace:  PerpetuumSoft.Instrumentation.Windows.Forms
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public int InvalidateInterval { get; set; }
Visual Basic (Declaration)
Public Property InvalidateInterval As Integer
Visual C++
public:
property int InvalidateInterval {
	int get ();
	void set (int value);
}

See Also