PPCC Namespace
Gets or sets the left margin for graphic of the control (User aligned)

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

Syntax

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

See Also