Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 606 Bytes

File metadata and controls

11 lines (10 loc) · 606 Bytes

Text

显示图片的组件

<image>Hello World</image>
Param Type Default Description
[x] int 0 相对位置X轴
父组件为Stack、Page、Column时代表相对父组件的位置
Row、RowFor代表相对上一个组件的位置
Table无效
[y] int 0 相对位置y轴
父组件为Stack、Page、Row时代表相对父组件的位置
RowFor代表当前行的相对位置
Column代表相对上一个组件的位置
Table无效
[binding] String 绑定的数据