ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / BackdropItem Constructor / BackdropItem 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 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.

In This Topic
    BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle)
    In This Topic
    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 _
    )
    public BackdropItem( 
       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 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.
    See Also