allowPinResizingInEdit
layoutXL allowPinResizingInEdit boolean { t | nil }
Description
Specifies whether soft block pins need to be resized during pin snapping for the current move operation.
The default is t, which means that the allowPinResizingInEdit setting that you make will be applicable only for the current move operation.
GUI Equivalent
Examples
envGetVal("layoutXL" "allowPinResizingInEdit")
envSetVal("layoutXL" "allowPinResizingInEdit" 'boolean t)
envSetVal("layoutXL" "allowPinResizingInEdit" 'boolean nil)
Related Topics
Snapping Soft Block Pins to Grid
List of Layout XL Environment Variables
Return to top