Overview
Provides a border around an element.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | borderThickness | Thickness | ![]() | ![]() | ![]() |
The thickness of the four border sides. |
|
public | child | Node | ![]() | ![]() | ![]() |
The contents of the border, that is, the element around which the border is drawn. |
|
public | fill | Paint | ![]() | ![]() | ![]() |
The background of the border. |
|
public | padding | Thickness | ![]() | ![]() | ![]() |
The distance between the border sides and the border contents. |
|
public | stroke | Paint | ![]() | ![]() | ![]() |
The paint of the border frame. |
|
public | tag | Object | ![]() | ![]() | ![]() |
An user object associated with the border. |