Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / FillType Enumeration


In This Topic
    FillType Enumeration
    In This Topic
    Specifies a shape's fill type.
    Syntax
    'Declaration
     
    
    Public Enum FillType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FillType
    public enum FillType : System.Enum 
    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