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

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) to use.

Glossary Item Box

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

Syntax

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

Parameters

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) to use.

See Also