ActiveReports 12
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,AntiAliasMode)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > BackdropItem Class > BackdropItem Constructor : BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,AntiAliasMode)
Specifies the backdrop style.
Specifies the primary color.
Specifies the secondary color (used with hatch and gradient styles).
Specifies the type of gradient used (used with GradientType).
Specifies the hatch pattern (used with HatchStyle).
Specifies the image used for the backdrop.
Specifies the image alignment used.

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

Initializes a new instance of the BackdropItem class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As BackdropStyle, _
   ByVal color As Color, _
   ByVal color2 As Color, _
   ByVal gradient As GradientType, _
   ByVal pattern As HatchStyle, _
   ByVal picture As Image, _
   ByVal pictureAlignment As PicturePutStyle, _
   ByVal antiAliasMode As AntiAliasMode _
)

Parameters

style
Specifies the backdrop style.
color
Specifies the primary color.
color2
Specifies the secondary color (used with hatch and gradient styles).
gradient
Specifies the type of gradient used (used with GradientType).
pattern
Specifies the hatch pattern (used with HatchStyle).
picture
Specifies the image used for the backdrop.
pictureAlignment
Specifies the image alignment used.
antiAliasMode

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

See Also

Reference

BackdropItem Class
BackdropItem Members
Overload List