PPCC Namespace
Gets or sets the spacing used between each of the tabs

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

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

See Also