Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / PathShadeType Enumeration


PathShadeType Enumeration
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
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