Enum HorizontalPosition
Specifies the absolute horizontal position.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum HorizontalPosition
Fields
Name | Description |
---|---|
Center | The object is centered to the reference origin. |
Inside | The object is aligned to the inside of the reference origin. |
Left | The object is aligned to the left of the reference origin. |
Outside | The object is aligned to the outside of the reference origin. |
Right | The object is aligned to the right of the reference origin. |