Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 648 Bytes

File metadata and controls

12 lines (11 loc) · 648 Bytes

Line

显示线条的组件

<line width="100" height="1"></line>
Param Type Default Description
[x] int 0 相对位置X轴
父组件为Stack、Page、Column时代表相对父组件的位置
Row、RowFor代表相对上一个组件的位置
Table无效
[y] int 0 相对位置y轴
父组件为Stack、Page、Row时代表相对父组件的位置
RowFor代表当前行的相对位置
Column代表相对上一个组件的位置
Table无效
[width] int 0 宽度
[height] int 0 高度