 |
For all borders you can define Insets, a Title and an Inner Border. The inner border is an ordinary Border object and can itself have an inner border... |
 |
Empty Border has no additional parameters. |
 |
For Line Border you can additionally set the line Color, the line Width and the Rounded corners flag. |
 |
For Etched Border you set the style (Lowered or Raised) and the Hilight and Shadow colors. If you deselect Apply colors then colors will be calculated from the component's background, that is also what Reset colors does. |
 |
For Bevel Border you set the style (Lowered or Raised) and the Hilight Inner, Hilight Outer, Shadow Inner and Shadow Outer colors. |
 |
Matte (Color) Border fills the insets with the defined color. With zero insets you will see no border. |
 |
Matte (Icon) Border fills the insets by tiling the defined icon. With zero insets, the insets will be calculated from the tile icon's size like this: Insets.left and Insets.right will be icon.width, Insets.top and Insets.bottom will be icon.height. |