ActiveReports Developer 7
Backdrop Constructor(Color,Byte)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class > Backdrop Constructor : Backdrop Constructor(Color,Byte)

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) used.

Glossary Item Box

Initializes a new instance of the Backdrop class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal alpha As System.Byte _
)
C# 
public Backdrop( 
   Color color,
   System.byte alpha
)

Parameters

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) used.

See Also