enforceStretchWidthConstraints
we enforceStretchWidthConstraints boolean { t | nil }
Description
Controls width enforcement to fit width constraints, such as minWidth, maxWidth, and allowedWidthRanges, when a pathSeg is stretched. When set to nil, the width of the pathSeg is not updated even if it is not valid. The default is t.
GUI Equivalent
Examples
envGetVal("we" "enforceStretchWidthConstraints")
envSetVal("we" "enforceStretchWidthConstraints" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top