Enum ShapeHorizontalAlignment
Specifies the horizontal alignment of a shape.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ShapeHorizontalAlignmentFields
| 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. | 
| None | The object is explicitly positioned using position properties. | 
| Outside | The object is aligned to the outside of the reference origin. | 
| Right | The object is aligned to the right of the reference origin. |