Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 928 Bytes

barcode.md

File metadata and controls

16 lines (15 loc) · 928 Bytes

Barcode

显示条形码的组件

<barcode width="100" height="50">12345</barcode>
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 高度, 必填
[binding] String 绑定的数据
[format] String 格式化,需和binding一起使用
[lineWidth] int 1 单条线的宽度
[showText] bool false 是否显示文字