Spread.Services Documentation
GradientStyle Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : GradientStyle Enumeration
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.
Vertical Specifies a gradient running vertically down the shape.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace