Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.15 KB

File metadata and controls

21 lines (20 loc) · 1.15 KB

Text

显示文字的组件

<text width="100">Hello World</text>
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 auto 0
[height] int 0 高度
[binding] String 绑定的数据
[format] String 格式化,需和binding一起使用
[align] start,center,end start 文字位置
[fontType] int 1 字体类型
[fontSize] int 1 字体大小
[fontBlod] bool false 是否粗体
[underline] bool false 是否删除线
[lineSpace] int 4 行距
[lineHeight] double 1.2 行高