ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Backdrop Class / Backdrop Constructor / Backdrop Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte)
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.
Specifies the alpha level (transparency) used.

In This Topic
    Backdrop Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte)
    In This Topic
    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, _
       ByVal alpha As Byte _
    )
    public Backdrop( 
       BackdropStyle style,
       Color color,
       Color color2,
       GradientType gradient,
       HatchStyle pattern,
       Image picture,
       PicturePutStyle pictureAlignment,
       byte alpha
    )

    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.
    alpha
    Specifies the alpha level (transparency) used.
    See Also