VerticalPositionType Enum |
Docentric Toolkit Help
Send Feedback |
Represents a set of possible kinds vertical positions for a floating element.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum VerticalPositionType
Member name | Description |
---|---|
AbsoluteOffset | Specifies that the floating object will have an absolute vertical offset with respect to the positioning base. |
Alignment | Specifies that the floating object will be top, bottom or centrally aligned with respect to the positioning base. |
PercentageOffset | Specifies that the floating object will have a vertical positioning expressed as precentage with respect to the positioning base. |