Enum eRectangleAlignment
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Describes how to position two rectangles relative to each other
public enum eRectangleAlignment
Fields
Bottom = 0
Bottom
BottomLeft = 1
Bottom Left
BottomRight = 2
Bottom Right
Center = 3
Center
Left = 4
Left
Right = 5
Right
Top = 6
Top
TopLeft = 7
TopLeft
TopRight = 8
TopRight