PPCC Namespace
Gets or sets the left margin for icon (User aligned)

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

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

See Also