Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TileFlipMode Enumeration


TileFlipMode Enumeration
Represents how to flip the contents of a tile region when using it to fill a larger fill region.
Syntax
'Declaration
 
Public Enum TileFlipMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As TileFlipMode
Members
MemberDescription
HorizontalTiles are flipped horizontally.
HorizontalAndVerticalTiles are flipped both horizontally and vertically.
NoneTiles are not flipped.
VerticalTiles are flipped vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Drawing.TileFlipMode

See Also