Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / GradientStyle Enumeration
In This Topic
    GradientStyle Enumeration
    In This Topic
    Specifies the style for a gradient fill.
    Syntax
    public enum GradientStyle : System.Enum 
    Members
    MemberDescription
    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

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.GradientStyle

    See Also