Widgets BORDER - thica/ORCA-Remote GitHub Wiki

BORDER

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'  />
⚠️ **GitHub.com Fallback** ⚠️