Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / PathShapeType Enumeration
In This Topic
    PathShapeType Enumeration
    In This Topic
    Specifies the type for a gradient fill.
    Syntax
    public enum PathShapeType : System.Enum 
    Members
    MemberDescription
    Linear Specifies the linear type of gradient.
    Mixed Mixed shape type.
    Path Specifies the path type of gradient.
    Radial Specifies the radial type of gradient.
    Rectangular Specifies the rectangular type of gradient.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.PathShapeType

    See Also