PPCC Namespace
Gets or sets the distance between the icon and the text

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

Syntax

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

See Also