Difference between revisions of "SHIP:Property:boxmodel:bcr"

From Serious Documentation
Jump to: navigation, search
(Created page with "=== Node: {{Node|box}} === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | Data Type ! scope="col" | Description |- |<onlyinc...")
 
(Node: {{Node|box}})
Line 7: Line 7:
 
|<onlyinclude>{{Prop|box|bcr}}||{{DataType|Color}}|| Sets the right border color of the {{Node|box}}. </onlyinclude>
 
|<onlyinclude>{{Prop|box|bcr}}||{{DataType|Color}}|| Sets the right border color of the {{Node|box}}. </onlyinclude>
 
|}
 
|}
The border color right (bcr) property of the box set the thickness of the right border of the container.  Like all colors in SHIP, the color can have have any given transparency, from fully opaque (0xFF) to fully transparent(0x00).   
+
The border color right (bcr) property of the box set the color of the right border of the container.  Like all colors in SHIP, the color can have have any given transparency, from fully opaque (0xFF) to fully transparent(0x00).   
  
 
The right border thickness is set with the {{Prop|box|br}} property.
 
The right border thickness is set with the {{Prop|box|br}} property.

Revision as of 19:02, 15 January 2013

Node: box

Property Data Type Description
bcr Color Sets the right border color of the box.

The border color right (bcr) property of the box set the color of the right border of the container. Like all colors in SHIP, the color can have have any given transparency, from fully opaque (0xFF) to fully transparent(0x00).

The right border thickness is set with the br property.