Searched refs:width (Results 1 – 25 of 4790) sorted by relevance
12345678910>>...192
1 <svg width="760" height="1462" viewBox="0 0 760 1462" fill="none" xmlns="http://www.w3.org/2000/svg…2 <rect width="2" height="2" rx="2" fill="white"/>3 <rect x="400" width="2" height="2" rx="3" fill="white"/>4 <rect x="200" width="2" height="2" rx="3" fill="white"/>5 <rect x="600" width="2" height="2" rx="3" fill="white"/>6 <rect x="50" width="2" height="2" rx="3" fill="white"/>7 <rect x="450" width="2" height="2" rx="3" fill="white"/>8 <rect x="250" width="2" height="2" rx="3" fill="white"/>9 <rect x="650" width="2" height="2" rx="3" fill="white"/>10 <rect x="100" width="2" height="2" rx="3" fill="white"/>[all …]
18 width:100%;33 width: 100%;42 width: 100%;55 width: 100%;59 width: 100%;63 width: 100%;67 width: 100%;72 width: 100%;77 width: 100%;82 width: 100%;[all …]
18 width:100%;27 width: 100%;36 width: 100%;45 width: 100%;65 border-left-width: 1px;66 border-right-width: 2px;67 border-top-width: 2px;68 border-bottom-width: 1px;82 width: 100px;86 min-width: 60px;[all …]
21 @State width: string = '20%'28 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%')30 Text('1').width(this.width).height(this.height).backgroundColor(this.backgroundColor)31 Text('2').width(this.width).height(this.height).backgroundColor(this.backgroundColor)32 Text('3').width(this.width).height(this.height).backgroundColor(this.backgroundColor)33 Text('4').width(this.width).height(this.height).backgroundColor(this.backgroundColor)35 }.height(70).width('90%').padding(10).backgroundColor(0xAFEEEE)37 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%')39 Text('1').width(this.width).height(this.height).backgroundColor(this.backgroundColor)40 Text('2').width(this.width).height(this.height).backgroundColor(this.backgroundColor)[all …]
48 Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%')50 Row().width('30%').height(50).backgroundColor(0xAFEEEE)51 Row().width('30%').height(50).backgroundColor(0x00FFFF)52 }.width('90%').height(107).border({ width: 1 }).key('Row')54 Text('alignItems(Top)').fontSize(9).fontColor(0xCCCCCC).width('90%')56 Row().width('30%').height(50).backgroundColor(0xAFEEEE)57 Row().width('30%').height(50).backgroundColor(0x00FFFF)58 }.alignItems(VerticalAlign.Top).height('15%').border({ width: 1 })60 Text('alignItems(Center)').fontSize(9).fontColor(0xCCCCCC).width('90%')62 Row().width('30%').height(50).backgroundColor(0xAFEEEE)[all …]
32 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%')40 Text('1').width('100%').height(20).backgroundColor(0xF5DEB3)41 Text('2').width('100%').height(20).backgroundColor(0xD2B48C)42 Text('3').width('100%').height(20).backgroundColor(0xF5DEB3)46 .width('90%')50 Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%')58 Text('1').width('20%').height(20).backgroundColor(0xF5DEB3)59 Text('2').width('20%').height(20).backgroundColor(0xD2B48C)60 Text('3').width('20%').height(20).backgroundColor(0xF5DEB3)64 .width('90%')[all …]
18 instance.viewPort({ x: 1, y: -2, width: 100, height: 200 })52 Text('basic').fontSize(11).fontColor(0xCCCCCC).width(320)57 Rect().width(300).height(50)58 Ellipse().width(300).height(50).offset({ x: 0, y: 60 })59 Path().width(300).height(10).commands('M0 0 L900 0').offset({ x: 0, y: 120 })61 .width(350)66 Rect().width(300).height(50)68 .width(350)70 .viewPort({ x: 0, y: 0, width: 320, height: 70 })76 Rect().width(300).height(50)[all …]
51 Button('button1').commonStyle().width(100)53 Text('text1').commonStyle().width(100)56 .commonStyle().width(100)60 }.width(this.parentWidth).height(this.parentHeight).key(this.parentComponentKey)62 Blank().color(this.BackGroundColor).commonStyle().width(100)64 Checkbox().backgroundColor(this.BackGroundColor).commonStyle().width(100).margin(0)66 …boxGroup({ group: 'checkboxGroup' }).commonStyle().backgroundColor(this.BackGroundColor).width(100)69 DataPanel({ values: this.valueArr }).commonStyle().width(100)74 }).commonStyle().width(100)76 Divider().strokeWidth(8).color(Color.Red).commonStyle().width(100)[all …]
32 .width('30%')37 .width(30)58 .width(40)63 .width(100)69 .width('95%')79 .width('40%')83 .width('40%')85 .width('100%')91 .width('40%')95 .width('40%')[all …]
22 @State width: string = "200px";25 @State width: string = 80;40 if(eventData.data.width != null) {41 this.width = eventData.data.width;73 this.width = eventData.data.width;83 this.sizeWidth = eventData.data.width;130 Text('background color').fontSize(9).width('90%').fontColor(0xFF0000).key("fontColor")131 …Row().width('90%').height(50).backgroundColor(0xEEEE00).key("backgroundColor").border({ width: 1 })132 Text('background image repeat along X').fontSize(9).width('90%').fontColor(0xCCCCCC)135 .backgroundImageSize({ width: '250px', height: '140px' })[all …]
60 .width('100%')68 Button('Button').width(200).height(100).commonStyle()70 TextInput().width(200).height(100).commonStyle()72 TextArea().width(200).height(100).commonStyle()74 Search().width(200).height(100).commonStyle()76 Text('Text').width(200).height(100).commonStyle()78 Image($r('app.media.icon')).width(200).height(100).commonStyle()84 .width('100%')88 }.width(200).height(100).backgroundColor(Color.Blue).commonStyle()95 .width('100%')[all …]
59 .width('100%')67 Button('Button').width(200).height(100).commonStyle()69 TextInput().width(200).height(100).commonStyle()71 TextArea().width(200).height(100).commonStyle()73 Search().width(200).height(100).commonStyle()75 Text('Text').width(200).height(100).commonStyle()77 Image($r('app.media.icon')).width(200).height(100).commonStyle()83 .width('100%')87 }.width(200).height(100).backgroundColor(Color.Blue).commonStyle()94 .width('100%')[all …]