GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GradientStyle Enumeration


GradientStyle Enumeration
Specifies the style for a gradient fill.
Syntax
'Declaration
 
Public Enum GradientStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As GradientStyle
Members
MemberDescription
DiagonalDownDiagonal gradient moving from a top corner down to the opposite corner.
DiagonalUpDiagonal gradient moving from a bottom corner up to the opposite corner.
FromCenterGradient running from the center out to the corners.
FromCornerGradient running from a corner to the other three corners.
HorizontalGradient running horizontally across the shape.
UnspecifiedNot used
VerticalGradient running vertically down the shape.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.GradientStyle

See Also