ConLineJumpCodeValue Enumeration |
Determines whether a connector jumps when two connectors cross.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ConLineJumpCodeValue
Public Enumeration ConLineJumpCodeValue
public enum class ConLineJumpCodeValue
type ConLineJumpCodeValue
Members
| Member name | Value | Description |
---|
| PageDefault | 0 |
Page default.
|
| Never | 1 |
Never.
|
| Always | 2 |
Always
|
| OtherConnectorJumps | 3 |
Other connector jumps.
|
| NeitherConnectorJumps | 4 |
Neither connector jumps.
|
| Undefined | -2147483648 |
Undefined.
|
See Also