Gets or sets digit segment space.

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

Syntax

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

See Also