Gets or sets linear notches count.

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

Syntax

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

See Also