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


In This Topic
    TextureType Enumeration
    In This Topic
    Specifies the texture type for the selected fill.
    Syntax
    'Declaration
     
    
    Public Enum TextureType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextureType
    public enum TextureType : System.Enum 
    Members
    MemberDescription
    PresetPreset texture type
    UnspecifiedReturn value only; indicates a combination of the other states.
    UserDefinedUser-defined texture type
    Inheritance Hierarchy

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

    See Also