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

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class > Backdrop Constructor : Backdrop Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle)
Specifies the backdrop style.
Specifies the primary color.
Specifies the secondary color (used with hatch and gradient styles).
Specifies the enumerated GradientType.
Specifies the enumerated HatchStyle.
Specifies the image used for the backdrop.
Specifies the image alignment used.
Initializes a new instance of the Backdrop class with the specified parameters.
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 _
)
public Backdrop( 
   BackdropStyle style,
   Color color,
   Color color2,
   GradientType gradient,
   HatchStyle pattern,
   Image picture,
   PicturePutStyle pictureAlignment
)

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 enumerated GradientType.
pattern
Specifies the enumerated HatchStyle.
picture
Specifies the image used for the backdrop.
pictureAlignment
Specifies the image alignment used.
See Also

Reference

Backdrop Class
Backdrop Members
Overload List