[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BackgroundGradientType

BackgroundGradientType Enum

Specifies a type of background gradient.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum BackgroundGradientType

Fields

Name Description
Center

Indicates the gradient moves out from the center.

DiagonalLeft

Indicates the gradient moves diagonally from the left.

DiagonalRight

Indicates the gradient moves diagonally from the right.

HorizontalCenter

Indicates the gradient move out to the left and right from the center.

LeftRight

Indicates the gradient moves from left to right.

None

Indicates no gradient

TopBottom

Indicates the gradient moves from top to bottom.

VerticalCenter

Indicates the gradient move out to the top and bottom from the center.

Extension Methods