Enum VerticalPosition
Specifies the absolute vertical position.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum VerticalPosition
Fields
Name | Description |
---|---|
Bottom | The object is aligned to the bottom of the reference origin. |
Center | The object is aligned to the center of the reference origin. |
Inside | The object is aligned to the inside of the reference origin. |
None | No vertical positioning |
Outside | The object is aligned to the outside of the reference origin. |
Top | The object is aligned to the top of the reference origin. |