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


FillType Enumeration
Specifies a shape's fill type.
Syntax
'Declaration
 
Public Enum FillType 
   Inherits System.Enum
 
'Usage
 
Dim instance As FillType
Members
MemberDescription
BackgroundFill is the same as the background.
GradientGradient fill
PatternedPatterned fill
SolidSolid fill
TexturedTextured fill
UnspecifiedNot used
Inheritance Hierarchy

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

See Also