Options for specifying location relative to the reference object or within the containing object.
Static Properties
| Name | Description |
|---|---|
| AFTER | Places the object after the reference object. |
| AT_BEGINNING | Places the object at the beginning of the containing object. |
| AT_END | Places the object at the end of the containing object. |
| BEFORE | Places the object before the reference object. |
| UNKNOWN | No location specified. |