[]
        
(Showing Draft Content)

GrapeCity.Drawing.TileFlipMode

TileFlipMode Enum

Represents how to flip the contents of a tile region when using it to fill a larger fill region.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum TileFlipMode
Public Enum TileFlipMode

Fields

Name Description
Horizontal

Tiles are flipped horizontally.

HorizontalAndVertical

Tiles are flipped both horizontally and vertically.

None

Tiles are not flipped.

Vertical

Tiles are flipped vertically.