Enum ShapeVerticalAlignment
Specifies vertical alignment of a shape.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ShapeVerticalAlignment
Fields
Name | Description |
---|---|
Bottom | The object is aligned to the bottom of the reference origin. |
Center | The object is centered relative to the reference origin. |
Inline | The object is aligned to the in line of the reference origin. |
Inside | The object is aligned to the inside of the reference origin. |
None | The object is explicitly positioned using position properties. |
Outside | The object is aligned to the outside of the reference origin. |
Top | The object is aligned to the top of the reference origin. |