LockConnector Property

A Boolean type property. A flag that blocks a smart connector from re-routing when its end points are repositioned. True - the smart connector doesn't change its form if it's possible, False - the smart connector changes its form automatically.

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.LockConnector

[Let] object.LockConnector = lockConnectorSet

The LockConnector property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
booleanRet Optional. A Boolean type variable.
lockConnectorSet Required. An expression that returns a Boolean value.

Remarks

For a new smart connector the LockConnector property is False by default.

 

See Also

LockAspect property, LockBegin property, LockDelete property, LockEnd property, LockFlipX property, LockFlipY property, LockHeight property, LockMoveX property, LockMoveY property, LockRotate property, LockVertex property, LockWidth property