Click or drag to resize

VerticalPositionType Enumeration

Represents a set of possible relative vertical positions for the parent floating element.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum VerticalPositionType
Members
Member nameValueDescription
Absolute0 Specifies that the parent object should have absolute vertical positioning with respect to the anchor settings.
Top1 Specifies that the parent object shall be vertically aligned to the top edge of the anchor object.
Center2 Specifies that the parent object shall be vertically centered with respect to the anchor object.
Bottom3 Specifies that the parent object shall be vertically aligned to the bottom edge of the anchor object.
Inside4 Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned inside that object.
Outside5 Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned outside that object.
See Also