ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Backdrop Class / Style Property

In This Topic
    Style Property (Backdrop)
    In This Topic

    Gets or sets the type of backdrop to use (i.e. solid, gradient, etc.).

    Syntax
    'Declaration
     
    Public Property Style As BackdropStyle
    public BackdropStyle Style {get; set;}

    Property Value

    A valid BackdropStyle enumeration.

    See Also