Property | Type | Description |
background |
string |
A background image for the pane. |
bgcolor |
string |
A color, RGB or named, to be used as the pane's background. If neither bgcolor nor background is specified, the pane will be transparent. |
border_color |
string |
For "bordered" pane styles, this is the color of the border, either named or a #number. |
height |
integer |
height, in pixels, of the pane. |
style |
string |
"raised", "lowered", "bordered", or "flat". Determines the style of the pane's border. |
width |
integer |
width, in pixels, of the pane. |
x |
integer |
x-coordinate of the upper left corner of the pane, relative to its container. |
y |
integer |
y-coordinate of the upper left corner of the pane, relative to its container. |