SpreadsheetGear 2017
FillType Enumeration






SpreadsheetGear.Shapes Namespace : FillType Enumeration
Specifies the fill type of a shape.
Syntax
'Declaration
 
Public Enum FillType 
   Inherits System.Enum
'Usage
 
Dim instance As FillType
public enum FillType : System.Enum 
public enum FillType = class(System.Enum)
public enum FillType extends System.Enum
__value public enum FillType : public System.Enum 
public enum class FillType : public System.Enum 
Members
MemberDescription
GradientSpecifies a gradient fill.
MixedSpecifies a mixed fill.
PatternedSpecifies a pattern fill.
PictureSpecifies a picture fill.
SolidSpecifies a solid color fill.
TexturedSpecifies a textured fill.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.FillType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Shapes Namespace
Type Property