Enum eTileFlipMode
Specifies the direction(s) in which to flip the gradient while tiling
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eTileFlipMode
  Fields
| Name | Description | 
|---|---|
| None | Tiles are not flipped  | 
      
| X | Tiles are flipped horizontally.  | 
      
| XY | Tiles are flipped horizontally and Vertically  | 
      
| Y | Tiles are flipped vertically.  |