Get or set the transparency level. 0 = completely transparent, 255 = completely filled.
Namespace:
RightEdge.Common.ChartObjectsAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public byte FillTransparency { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property FillTransparency As Byte |
| Visual C++ |
|---|
public: property unsigned char FillTransparency { unsigned char get (); void set (unsigned char value); } |