[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.GradientStyle

GradientStyle Enum

Specifies the type of gradient to draw.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum GradientStyle

Fields

Name Description
DiagonalDown

The gradient is drawn from top left to bottom right.

DiagonalUp

The gradient is drawn from bottom left to top right.

FromCenter

A radial gradient is drawn from the center.

FromCorner

A radial gradient is drawn to the center.

Horizontal

A horizontal gradient is drawn.

Vertical

A vertical gradient is drawn.

Extension Methods