大约有 15 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
...不会放大,但鼠标点击区域会缩放到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游...
来源: Laya2.0_文档 发布时间: 20210714
...+ ".png" }, text: { text: this.allData[i], color: "#ffffff" }, type:false, checkBox: { visible: false } }; dataSource.push(_data); } ; this.mainUI.list.array = dataSource; this.mainUI.list.vScrollBarSkin = ""; this.mainUI.list.mouseHandler = new Laya.Handler(this, this.onSelect); this.mainUI.list.re...
来源: Laya_社区 发布时间: 20170207
...e、VideoNode); UI组件(Box、HBox、VBox、Image、Clip、Button、CheckBox、Radio、RadioGroup、ComboBox、Label、TextInput、TextArea、FontClip、ProgressBar、HSilder、VSlider、List、Panel、Tree、Tab、ViewStack、HScrollBar、VScrollBar、ColorPicker、View、Dialog、OpenDataCo...
来源: Laya3.0_文档 发布时间: 20241014
...。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}}; Returns any Inherited from...
来源: Laya3.0_api 发布时间: 20231115
... boolean): gui.Button; createIconButton(flat?: boolean): gui.Button; createCheckbox(autoSize?: boolean): gui.Button; createIconCheckbox(flat?: boolean): gui.Button; createRadio(): gui.Button; createComboBox(): gui.ComboBox; createTextInput(): TextInput; createTextArea(): TextArea; createSearchInput(...
来源: Laya3.0_文档 发布时间: 20241014