Spread Windows Forms 12.0 Product Documentation
GradientType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : GradientType Enumeration
Type of gradient fill being used, either linear or path.
Syntax
'Declaration
 
Public Enum GradientType 
   Inherits System.Enum
'Usage
 
Dim instance As GradientType
public enum GradientType : System.Enum 
Members
MemberDescription
LinearThis gradient fill is of linear gradient type. Linear gradient type means that the transition from one color to the next is along a line.
RectangularThis gradient fill is of path gradient type. Rectangular 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.Spreadsheet.GradientType

See Also

Reference

GrapeCity.Spreadsheet Namespace