Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GradientStyle Enumeration


In This Topic
    GradientStyle Enumeration
    In This Topic
    Specifies the style for a gradient fill.
    Syntax
    'Declaration
     
    
    Public Enum GradientStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GradientStyle
    public enum GradientStyle : System.Enum 
    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