VerticalPositionAlignment Enum |
Docentric Toolkit Help
Send Feedback |
Represents a set of possible vertical alignment values when using the 'Alignment' position for a floating object.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum VerticalPositionAlignment
| Member name | Description |
|---|---|
| Bottom | Specifies that the floating object shall be vertically aligned to the bottom edge of the positioning base. |
| Center | Specifies that the floating object shall be vertically centered with respect to the positioning base. |
| Inside | Specifies that the floating object shall be vertically aligned to the edge of the positioning base, and positioned inside that object. |
| Outside | Specifies that the floating object shall be vertically aligned to the edge of the positioning base, and positioned outside that object. |
| Top | Specifies that the parent object shall be vertically aligned to the top edge of the positioning base. |