ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / BackdropStyle Enumeration

In This Topic
    BackdropStyle Enumeration
    In This Topic
    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