Gets or sets end width.

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

Syntax

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

See Also