{"identifier":71536,"topic":"Properties","name":"filled","text":"<code> set <\/code>[<code>the<\/code>]<code> filled to <i>trueOrFalse<\/i> <\/code> The<code> filled <\/code>property returns or sets whether HyperCard fills shapes with the current pattern on the Patterns palette as you draw them. It corresponds to the Filled command in the Options menu (which appears when you select a Paint tool). <br><br>\n\n The default value is<code> false<\/code>. <br>\n<br>\n The<code> filled <\/code>property affects the Rectangle, Rounded Rectangle, Oval, Curve, Regular Polygon, and Polygon tools. <br>\n","related":{"69837":"centered","77229":"multiple","77376":"multiSpace","45965":"reset"},"examples":"set the filled to true","demo":"on mouseUp\n   show bkgnd field \"demo field\"\n   paintSetUp\n   set <b>filled<\/b> to false\n   choose rect tool\n   displayMessage \"Painting an UNFILLED shape:\"\n   drag from 180,100 to 300,220\n   wait 2 seconds\n   set <b>filled<\/b> to true\n   choose oval tool\n   displayMessage \"Painting a FILLED shape:\"\n   drag from 180,100 to 300,220\n   wait 1 second\n   doMenu \"Revert\"\n   hide bkgnd field \"demo field\" \n   choose browse tool\n end mouseUp\n <br><br>\n\n on paintSetUp\n   show card pict\n   set the dragSpeed to 125\n   set the grid to false\n   set the linesize to 2\n   set the pattern to 33\n   set the centered to false\n end paintSetUp\n ","debug":{"9":["\rset [the] filled to"],"10":["\rThe filled property"]}}