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


TextureType Enumeration
Specifies the texture type for the selected fill.
Syntax
'Declaration
 
Public Enum TextureType 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextureType
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