ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundGradientType Enumeration

In This Topic
    BackgroundGradientType Enumeration
    In This Topic
    Specifies type of background gradient.
    Syntax
    'Declaration
     
    Public Enum BackgroundGradientType 
       Inherits System.Enum
    public enum BackgroundGradientType : System.Enum 
    Members
    MemberDescription
    CenterIndicates the gradient moves out from the center.
    DiagonalLeftIndicates the gradient moves diagonally from the left.
    DiagonalRightIndicates the gradient moves diagonally from the right.
    HorizontalCenterIndicates the gradient move out to the left and right from the center.
    LeftRightIndicates the gradient moves from left to right.
    NoneIndicates no gradient
    TopBottomIndicates the gradient moves from top to bottom.
    VerticalCenterIndicates the gradient move out to the top and bottom from the center.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.BackgroundGradientType

    See Also