[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.GradientStyle

Enum GradientStyle

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the style for a gradient fill.

public enum GradientStyle

Fields

DiagonalDown = 3

Specifies a diagonal gradient moving from a top corner down to the opposite corner.

DiagonalUp = 2

Specifies a diagonal gradient moving from a bottom corner up to the opposite corner.

FromCenter = 6

Specifies a gradient running from the center out to the corners.

FromCorner = 4

Specifies a gradient running from a corner to the other three corners.

FromTitle = 5

Specifies a gradient running from the title outward.

Horizontal = 0

Specifies a gradient running horizontally across the shape.

Mixed = 7

Gradient is mixed.

Vertical = 1

Specifies a gradient running vertically down the shape.