<BorderedBox>

MyClass:

Usage:

	     <canvas>
	        <BorderedBox height="150" width="${parent.width}"
	        	borderColor="#9bc0ff" bgcolor="#d8ebff" borderSize="3">
	        </BorderedBox>
	     </canvas>
	     @END


Attributes

borderColor (default: #000000)

Border color

 
borderSize (default: 3)

Border size in pixels

 
innerHeight

Height of the content view

 
innerWidth

Width of the content view

 
inset (default: 3)

The inset from the inner side of the border in pixels

 

Methods