Enum eRectangleAlignment
Describes how to position two rectangles relative to each other
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eRectangleAlignment
  Fields
| Name | Description | 
|---|---|
| Bottom | Bottom  | 
      
| BottomLeft | Bottom Left  | 
      
| BottomRight | Bottom Right  | 
      
| Center | Center  | 
      
| Left | Left  | 
      
| Right | Right  | 
      
| Top | Top  | 
      
| TopLeft | TopLeft  | 
      
| TopRight | TopRight  |