Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / BackgroundGradientType Property

In This Topic
    BackgroundGradientType Property
    In This Topic
    Gets or sets the background gradient type.

    Default: Default.

    Syntax
    'Declaration
     
    Public Property BackgroundGradientType As RdlEnum(Of BackgroundGradient)
    public RdlEnum<BackgroundGradient> BackgroundGradientType {get; set;}
    See Also