Lines Matching refs:width
21 Rect().width(300).height(50)
29 Circle(options?: {width?: string | number, height?: string | number}
32 该接口用于在页面绘制圆形,其中width用于设置圆形的宽度,height用于设置圆形的高度,圆形直径由宽高最小值确定。
35 Circle({ width: 150, height: 150 })
45 viewPort{ x?: number | string, y?: number | string, width?: number | string, height?: number | stri…
48 …ort指定用户空间中的一个矩形,该矩形映射到为关联的SVG元素建立的视区边界。viewport属性的值包含x、y、width和height四个可选参数,x和y表示视区的左上角坐标,width和he…
58 width:number = 75
65 width:number = 300
71 Circle({width: 75, height: 75}).fill('#E87361')
79 Rect().width('100%').height('100%').fill('#0097D4')
80 Circle({width: 75, height: 75}).fill('#E87361')
83 .width(150)
92 Rect().width('100%').height('100%').fill('#BDDB69')
93 Circle({width: 75, height: 75}).fill('#E87361')
96 .width(150)
111 width:number = 300
118 width:number = 300
123 Rect().width("100%").height("100%").fill("#0097D4")
124 Circle({ width: 150, height: 150 }).fill("#E87361")
127 .width(300)
138 Rect().width("100%").height("100%").fill("#0097D4")
139 Circle({ width: 150, height: 150 }).fill("#E87361")
142 .width(300)
159 .width(100)
171 .width(100)
184 .width(100)
199 .width(100)
216 .width(100)
227 .width(100)
244 .width(150)
256 .width(150)
278 Path().width(200).height(60).commands('M0 0 L400 0 L400 150 Z')
280 .viewPort({ x: -80, y: -5, width: 500, height: 300 })
286 }.width('100%').margin({ top: 15 })
302 Circle({ width: 150, height: 150 })
305 .width(150)
311 }.width('100%')