VerticalPositionType Enum
Represents a set of possible relative vertical positions for the parent floating element. This relative position is specified relative to the vertical anchor specified by the parent VerticalPosition.
Fields
Absolute | Specifies that the parent object should have absolute vertical positioning with respect to the anchor settings. |
Bottom | Specifies that the parent object shall be vertically aligned to the bottom edge of the anchor object . |
Center | Specifies that the parent object shall be vertically centered with respect to the anchor object. |
Inside | Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned inside that object. |
Outside | Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned outside that object. |
Top | Specifies that the parent object shall be vertically aligned to the top edge of the anchor object. |