http://cookxml.sf.net/cookswing/
Tag <insets>
Class
The format is "#,#,#,#
" to specify top, left, bottom and right
in order.
An Insets
object is a representation of the borders
of a container. It specifies the space that a container must leave
at each of its edges. The space can be a border, a blank space, or
a title.
Attribute Summary |
Attribute |
Type |
Description |
bottom |
<int> |
The inset from the bottom.
|
left |
<int> |
The inset from the left.
|
right |
<int> |
The inset from the right.
|
top |
<int> |
The inset from the top.
|