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


In This Topic
    PathShadeType Enumeration
    In This Topic
    Represents the shape of path to follow for a path gradient shade.
    Syntax
    'Declaration
     
    
    Public Enum PathShadeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PathShadeType
    public enum PathShadeType : System.Enum 
    Members
    MemberDescription
    CircleGradient follows a circular path.
    RectangleGradient follows a rectangular path.
    ShapeGradient follows the shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.PathShadeType

    See Also