Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 924 Bytes

qrcode.md

File metadata and controls

16 lines (15 loc) · 924 Bytes

barcode

显示二维码的组件

<qrcode width="170" height="170">testCode</qrcode>
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一起使用
[ecc] L,M,Q,H M 纠错等级
[imagePaint] bool false 使用图片模式打印