For more information about border boxes, see Border Box in the Scripting Guide.
Note: Border boxes support only one display box argument.
Sets the background color for a border box. Specify an optional quoted list of RGB values or color. For example:
border box<<Set Background Color("red");
or
border box<<Set Background Color( {255, 192, 3} );
Sets the border color for a border box. Specify a list of RGB values or a quoted color. For example:
border box<<Set Color("red");
Gets the border color for a border box.
Sets the border style for a border box. Specify the style as one of the following numbers or keywords: 0 ("Solid"), 1 ("Dotted"), 2 ("Dashed"), 3 ("DashDot"), or 4 ("DashDotDot"). For example:
border box<<Set Style("Dotted");
Gets the border style for a border box.