VerticalPositionType Enumeration |
Represents a set of possible relative vertical positions for the parent floating element.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public enum VerticalPositionType
Public Enumeration VerticalPositionType
Members Member name | Value | Description |
---|
Absolute | 0 |
Specifies that the parent object should have absolute vertical positioning with respect to the anchor settings.
|
Top | 1 |
Specifies that the parent object shall be vertically aligned to the top edge of the anchor object.
|
Center | 2 |
Specifies that the parent object shall be vertically centered with respect to the anchor object.
|
Bottom | 3 |
Specifies that the parent object shall be vertically aligned to the bottom edge of the anchor object.
|
Inside | 4 |
Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned inside that object.
|
Outside | 5 |
Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned outside that object.
|
See Also