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

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

Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.

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, _
   ByVal antiAliasMode As AntiAliasMode _
)
C# 
public BackdropItem( 
   Color color,
   System.byte alpha,
   AntiAliasMode antiAliasMode
)

Parameters

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

Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.

See Also