ActiveReports Developer 7
BackdropStyle Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : BackdropStyle Enumeration

Glossary Item Box

Specifies the style used to draw the backdrop of an object.

Syntax

Visual Basic (Declaration) 
Public Enum BackdropStyle 
   Inherits System.Enum
C# 
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