ActiveReports.Chart Request technical support
Alpha Property
See Also 


Gets or sets the alpha level (transparency).

Syntax

Visual Basic (Declaration) 
Public Property Alpha As Byte
Visual Basic (Usage)Copy Code
Dim instance As Backdrop
Dim value As Byte
 
instance.Alpha = value
 
value = instance.Alpha
C# 
public byte Alpha {get; set;}

See Also