ConLineJumpDirXValue Enumeration |
Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ConLineJumpDirXValue
Public Enumeration ConLineJumpDirXValue
public enum class ConLineJumpDirXValue
type ConLineJumpDirXValue
Members
| Member name | Value | Description |
---|
| PageDefault | 0 |
Page default.
|
| Up | 1 |
Up.
|
| Down | 2 |
Down.
|
| Undefined | -2147483648 |
Undefined.
|
See Also