FlipOrientation Enum |
Docentric Toolkit Help
Send Feedback |
Specifies the value that indicates if a shape is flipped over one or both axis.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum FlipOrientation
Member name | Description |
---|---|
Both | A shape is flipped along both the y- and x-axis. |
Horizontal | A shape is flipped along the y-axis, reversing the x-coordinates. |
None | Coordinates are not flipped. |
Vertical | A shape is flipped along the x-axis, reversing the y-coordinates. |