Gets or sets width of the begin needle side.

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

Syntax

C#
public double StartWidth { get; set; }
Visual Basic (Declaration)
Public Property StartWidth As Double
Visual C++
public:
property double StartWidth {
	double get ();
	void set (double value);
}

See Also