Gets or sets the image alpha.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also