[]
Specifies the element relative to which the vertical position of an object is defined.
public enum ShapeVerticalRelativePosition
Public Enum ShapeVerticalRelativePosition
| Name | Description |
|---|---|
| BottomMargin | Relative to bottom margin. |
| InsideMargin | Relative to inner margin area. |
| Line | Relative to line. |
| Margin | Relative to margin. |
| OutsideMargin | Relative to outer margin area. |
| Page | Relative to page. |
| Paragraph | Relative to paragraph. |
| TopMargin | Relative to top margin. |