patternRepeat
layout.wspMgr patternRepeat 'cyclic { "any" | "none" | "stepped" | "flipped" }
Description
Specifies the allowed repeat mode for the width spacing pattern. The default value is any.
GUI Equivalent
Examples
envGetVal("layout.wspMgr" "patternRepeat")
envSetVal("layout.wspMgr" "patternRepeat" 'cyclic "stepped")
Return to top