ActiveReports 9
Backdrop 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 enumerated GradientType.
Specifies the enumerated HatchStyle.
Specifies the image used for the backdrop.
Specifies the image alignment used.
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.
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 System.Drawing.Drawing2D.HatchStyle, _
   ByVal picture As Image, _
   ByVal pictureAlignment As PicturePutStyle, _
   ByVal antiAliasMode As AntiAliasMode _
)
public Backdrop( 
   BackdropStyle style,
   Color color,
   Color color2,
   GradientType gradient,
   System.Drawing.Drawing2D.HatchStyle pattern,
   Image picture,
   PicturePutStyle pictureAlignment,
   AntiAliasMode 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 enumerated GradientType.
pattern
Specifies the enumerated HatchStyle.
picture
Specifies the image used for the backdrop.
pictureAlignment
Specifies the image alignment used.
antiAliasMode
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.
See Also

Reference

Backdrop Class
Backdrop Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum