ActiveReports 12
BackdropItem Constructor(HatchStyle,Color,Color)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > BackdropItem Class > BackdropItem Constructor : BackdropItem Constructor(HatchStyle,Color,Color)
Specifies the hatch pattern (used with HatchStyle).
Specifies the primary color.
Specifies the secondary color (used with hatch and gradient styles).
Initializes a new instance of the BackdropItem class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal pattern As HatchStyle, _
   ByVal color As Color, _
   ByVal color2 As Color _
)
public BackdropItem( 
   HatchStyle pattern,
   Color color,
   Color color2
)

Parameters

pattern
Specifies the hatch pattern (used with HatchStyle).
color
Specifies the primary color.
color2
Specifies the secondary color (used with hatch and gradient styles).
See Also

Reference

BackdropItem Class
BackdropItem Members
Overload List