Lineprops
Overview
lineProps applies to line.
Field Table
Key |
Type |
Default |
Binding |
UI Effect / Limits |
|---|---|---|---|---|
|
|
|
|
the set of line points; at least two points are needed to form a visible line |
Point Field Table
Key |
Type |
Default |
Description |
|---|---|---|---|
|
integer px |
|
the point's X coordinate |
|
integer px |
|
the point's Y coordinate |
Example
"lineProps": {
"points": [
{ "x": 0, "y": 0 },
{ "x": 120, "y": 0 }
]
}