A Long type property. Gets and sets the orientation of the line jumps on smart connector's crossings.
Applies to: Document object
[[Let] jumpOrientRet =] object.LineJumpOrient [Let] object.LineJumpOrient = jumpOrientSet |
The LineJumpOrient property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Document object. |
jumpOrientRet | Optional. A Long type variable. |
jumpOrientSet | Required. An expression that returns a Long value. |
The LineJumpOrient can take only one of these values:
Constant | Value | Description |
cdNoJumps | 0 | No line jumps |
cdVertJumps | 1 | Vertical line jumps orientation |
cdHorisJumps | 2 | Vertical line jumps orientation |
You can also change the LineJumpOrient property from the ConceptDraw menu:"Tools->Line Jump Orientation".
See Also |
FlowAroundObjects property, LineJumpSize property, LineJumpType property, MaxNumberOfLegs property, MinDistToShapes property, PassThroughGroups property |