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 = 0Tiles are not flipped
X = 1Tiles are flipped horizontally.
XY = 2Tiles are flipped horizontally and Vertically
Y = 3Tiles are flipped vertically.