PageLineJumpDirYValue Enumeration |
Specifies the direction of line jumps on vertical dynamic connectors on the drawing page for which you haven't applied a local jump direction.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum PageLineJumpDirYValue
Public Enumeration PageLineJumpDirYValue
public enum class PageLineJumpDirYValue
type PageLineJumpDirYValue
Members
| Member name | Value | Description |
---|
| Defaultleft | 0 |
Default left.
|
| Left | 1 |
Left.
|
| Right | 2 |
Right.
|
| Undefined | -2147483648 |
Undefined.
|
See Also