public enum GradientStyle : System.Enum
public enum GradientStyle : System.Enum
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.Drawing.GradientStyle