MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / BackdropStyle Enumeration

BackdropStyle Enumeration
Specifies the style used to draw the backdrop of an object.
Syntax
'Declaration
 
Public Enum BackdropStyle 
   Inherits System.Enum
 
Members
MemberDescription
GradientA gradient fill is used for the backdrop.
PatternA pattern fill is used for the backdrop.
Picture

 

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