大约有 250 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)
Laya_社区(97) Laya3.0_api(48) Laya2.0_api(44) laya_api(40) Laya3.0_文档(11) Laya2.0_文档(6) Laya2.0_示例(3) Laya_示例(1)
...直对齐 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居中对齐。 标签边距 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距。 标签描边宽度 labelStroke 文本标签的描边宽度,以像素为单位。默...
来源: Laya3.0_文档 发布时间: 20251010
...h name renderingEnabled screenAdaptationEnabled tag useRetinalCanvas ALIGN_BOTTOM ALIGN_CENTER ALIGN_LEFT ALIGN_MIDDLE ALIGN_RIGHT ALIGN_TOP FRAME_FAST FRAME_MOUSE FRAME_SLEEP FRAME_SLOW SCALE_EXACTFIT SCALE_FIXED_AUTO SCALE_FIXED_AUTO_LAYAME SCALE_FIXED_AUTO_LAYAVERSE SCALE_FIXED_HEIGHT SCALE_FIXED...
来源: Laya3.0_api 发布时间: 20231115
...颜色 * padding:10px 10px 20px 20px; 边缘的距离 * vertical-align:top|bottom|middle; 垂直对齐方式 * align:left|right|center; 水平对齐方式 * line-height:20px; 行高 * background-color:#ff0000; 背景颜色 * border-color:#ff0000; 边框颜色 * width:100px; 对象宽度 * height:100...
来源: Laya3.0_文档 发布时间: 20230303
...htSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable destroyed displayHeight displayWidth displayedInStage dragArea drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea i...
来源: Laya3.0_api 发布时间: 20231115
...htSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D left ...
来源: Laya3.0_api 发布时间: 20231115
...rderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自...
来源: Laya2.0_api 发布时间: 20190513
...rderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自...
来源: laya_api 发布时间: 20170929
...gger.valign = 'middle'; this.logger.left = this.logger.right = this.logger.bottom = 10; this.logger.top = 60; this.logger.text = "等待响应...\n"; this.owner.addChild(this.logger); } /** * 请求出错时触发的回调 * @param e 事件对象 */ private onHttpRequestError(e: any = null): void { ...
来源: Laya3.0_文档 发布时间: 20251010
...nt * lineHeight) * 0.5 + padding[0] - padding[2]; else if (tempVAlign === "bottom") startY = this._height - visibleLineCount * lineHeight - padding[2]; }; var style = this._style; if (tCurrBitmapFont && tCurrBitmapFont.autoScaleSize) { var bitmapScale = tCurrBitmapFont.fontSize / this.fontSi...
来源: Laya_社区 发布时间: 20180417
...rderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自...
来源: Laya2.0_api 发布时间: 20190513