Gets or sets the alpha component value of the transparent color

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property Alpha As Byte
C#
public byte Alpha { get; set; }
Visual C++
public:
property unsigned char Alpha {
	unsigned char get ();
	void set (unsigned char value);
}