GradientStyle Enumeration
In This Topic
Specifies the style for a gradient fill.
Members
Member | Description |
DiagonalDown | Specifies a diagonal gradient moving from a top corner down to the opposite corner. |
DiagonalUp | Specifies a diagonal gradient moving from a bottom corner up to the opposite corner. |
FromCenter | Specifies a gradient running from the center out to the corners. |
FromCorner | Specifies a gradient running from a corner to the other three corners. |
FromTitle | Specifies a gradient running from the title outward. |
Horizontal | Specifies a gradient running horizontally across the shape. |
Mixed | Gradient is mixed. |
Vertical | Specifies a gradient running vertically down the shape. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.drawing.GradientStyle
See Also