PPCC Namespace
Gets or sets whether to draw the button image using transparency (Top Left Pixel sampled)

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

Syntax

C#
public bool TransparentImage { get; set; }
Visual Basic (Declaration)
Public Property TransparentImage As Boolean
Visual C++
public:
property bool TransparentImage {
	bool get ();
	void set (bool value);
}

See Also