{"identifier":77376,"topic":"Properties","name":"multiSpace","text":"<code> set <\/code>[<code>the<\/code>]<code> multiSpace to <i>posInteger<\/i><u> <br><br>\n\n <\/u><\/code>where<code> <i>posInteger<\/i> <\/code>is a number from 1 to 100.<code> <br><br>\n\n <\/code>The<code> multiSpace <\/code>property returns or sets the minimum amount of space, in pixels, between the edges of multiple shapes drawn when the<code> multiple <\/code>property is true. <br>\n<br>\n The<code> multiSpace <\/code>property affects the Line, Rectangle, Rounded Rectangle, Oval, and Regular Polygon tools. Its default value is 1. <br>\n","related":{"69837":"centered","71536":"filled","77229":"multiple"},"examples":"set the multiSpace to 10","demo":"<code><pre>on multipleDemo\n  show bkgnd field \"Demo Field\"\n  setUpPaint\n  displayMessage \"      MultiSpace 2\" & spaces(8) & \"MultiSpace 5\" & \u00ac\n  spaces(9) & \"MultiSpace 9\"\n  set the <b>multiSpace<\/b> to 2\n  drawShape \"100,160\",\"160,220\"\n  set the <b>multiSpace<\/b> to 5\n  drawShape \"240,160\",\"300,220\"\n  set the <b>multiSpace<\/b> to 9\n  drawShape \"380,160\",\"440,220\"\n  wait 2 seconds\n  domenu \"revert\"\n  choose browse tool\n  hide bkgnd field \"Demo Field\"\nend multipleDemo\non drawShape  startTopLeft, endBotRight\n  drag from startTopLeft to endBotRight with shiftKey\nend drawShape\non setUpPaint\n  choose oval tool\n  set multiple to true\n  set centered to true\n  set dragspeed to 150\n  set lineSize to 1\n  set filled to false\n  set grid to false\nend setUpPaint<\/pre><\/code>\n ","debug":{"9":["\rset [the] multiSpac"],"10":["\rThe multiSpace prop"]}}