UI.Frame¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value that will be passed to the Contents shards of the frame. | Any |
||
<output> |
The output of this shard will be its input. | Any |
||
Contents |
The UI contents. | None |
Shard [ Shard ] |
|
InnerMargin |
The margin inside the frame, between the outline and the contents. | None |
Float4 |
|
OuterMargin |
The margin outside the frame. | None |
Float4 |
|
Rounding |
Rounding radiuses for the corners. | None |
Float4 |
|
FillColor |
The color filling the background of the frame. | None |
Color &Color |
|
StrokeColor |
The color for the frame outline. | None |
Color &Color |
|
StrokeWidth |
The width of the frame outline. | None |
Float |
Visually groups the contents together.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|