Enum eTileFlipMode
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Specifies the direction(s) in which to flip the gradient while tiling
public enum eTileFlipMode
Fields
None = 0
Tiles are not flipped
X = 1
Tiles are flipped horizontally.
XY = 2
Tiles are flipped horizontally and Vertically
Y = 3
Tiles are flipped vertically.