Spread.Services Documentation
GradientFillType Enumeration
GrapeCity.Documents.Spread Namespace : GradientFillType Enumeration
Specifies the type of gradient fill being used, either linear or path.
Syntax
public enum GradientFillType : System.Enum 
Members
MemberDescription
Linear Specifies that this gradient fill is of linear gradient type. Linear gradient type means that the transition from one color to the next is along a line.
None Specifies no gradient fill.
Path Specifies that this gradient fill is of path gradient type. Path gradient type means the that the boundary of transition from one color to the next is a rectangle, defined by top, bottom, left, and right attributes on the gradientFill element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.GradientFillType

See Also

Reference

GrapeCity.Documents.Spread Namespace