-
Notifications
You must be signed in to change notification settings - Fork 3
Widgets BORDER
thica edited this page Jan 10, 2020
·
1 revision
The border widget creates a colored border. You could specify the thickness of the border and the color There are only a few attributes for the border widget.
The following attributes are additional attributes to common widget attributes
Attribute | Description |
---|---|
type | fixed: needs to be "BORDER". Capital letters! |
backgroundcolor | The background color of the border in hexadecimal RGBA format. It has to start with a pound sign (eg: #ff00ffff). Please use only low capital chars. |
linewidth | The width of the line, should be a percentage with the same systax os for the width attribute |
Below you see an example for a rectangle
<element name="Border 1" type="BORDER" posx="%70" posy="%10" width="%8" height="of:width:self:*1.2" backgroundcolor='#00FF0040' />