ActiveReports 8
BackdropItem Constructor
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > BackdropItem Class : BackdropItem Constructor

Glossary Item Box

Initializes a new instance of the BackdropItem class.

Overload List

OverloadDescription
BackdropItem Constructor()Initializes a new instance of the BackdropItem class.  
BackdropItem Constructor(AntiAliasMode)Initializes a new instance of the BackdropItem class with the AntiAliasMode specified.  
BackdropItem Constructor(Color)Initializes a new instance of the BackdropItem class with the specified color.  
BackdropItem Constructor(Color,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Color,Byte)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Color,Byte,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(GradientType,Color,Color)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(GradientType,Color,Color,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(HatchStyle,Color,Color)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(HatchStyle,Color,Color,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Image,PicturePutStyle)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Image,PicturePutStyle,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte,AntiAliasMode,ContextMenu)Initializes a new instance of the BackdropItem class with the parameters specified.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also