ActiveReports 12
BackdropStyle Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : BackdropStyle Enumeration
Specifies the style used to draw the backdrop of an object.
Syntax
'Declaration
 
Public Enum BackdropStyle 
   Inherits System.Enum
public enum BackdropStyle : System.Enum 
Members
MemberDescription
GradientA gradient fill is used for the backdrop.
PatternA pattern fill is used for the backdrop.
PictureA System.Drawing.Image is used for the backdrop.
SolidA solid fill is used for the backdrop.
TransparentThe backdrop is transparent.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle

See Also

Reference

GrapeCity.ActiveReports.Chart.Graphics Namespace