Gets or sets segment thickness.

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

Syntax

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

See Also