LineAdjustToValue Enumeration |
Specifies which dynamic connectors to line up on top of one another if they route on top of each other.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum LineAdjustToValue
Public Enumeration LineAdjustToValue
public enum class LineAdjustToValue
Members
| Member name | Value | Description |
---|
| RoutingStyleDefault | 0 |
Routing style default.
|
| AllLinesClose | 1 |
All lines that are close to each other.
|
| NoLines | 2 |
No lines.
|
| Relatedlines | 3 |
Related lines.
|
| Undefined | -2147483648 |
Undefined.
|
See Also