Gets or sets the image alpha.
Namespace:
RightEdge.Common.ChartObjectsAssembly: 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); } |