大约有 532 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
...方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...
来源: laya_api 发布时间: 20170929
...elBold(value: boolean): void Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelColors(): string set labelColors(va...
来源: Laya3.0_api 发布时间: 20231115
...7 10:56 @hodd1988:刚看了你的Demo,发现GameInfo.ui文件中对血量文本的命名是hpLoad,但是在代码中改变值的时候你写的是hpLabel。所以才会报以上错误,你修改下变量名或者引用即可
来源: Laya_社区 发布时间: 20170416
...ue; txt.text = "Do one thing at a time, and do well."; txt.font = font; // 文本的字体名称,以字符串形式表示 txt.leading = 5; // 垂直行间距 txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); } } new Text_BitmapFont(); 结果截图...
来源: Laya_社区 发布时间: 20190221
... this.text = new Laya.Text(); //设置文本显示框位置 this.text.x = Laya.stage.width / 2 -50 ; this.text.text = "触控点归零"; //显示文本显示框 this.text.name = "ces...
来源: Laya_社区 发布时间: 20190605
... : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文...
来源: laya_api 发布时间: 20170929
...ue; txt.text = "Do one thing at a time, and do well."; txt.font = font; // 文本的字体名称,以字符串形式表示 txt.leading = 5; // 垂直行间距 txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); } } new Text_BitmapFont(); 结果截图...
来源: Laya_社区 发布时间: 20190225
...自动滚屏,使得新添加的元素始终保持在最底部显示? 文本如何自动换行 IDE通过.ui自动生成的ui代码报错 JS 是没有自动补全提示吗 图片不能按轴心旋转 3D模型tween旋转 请问微信浏览器下标题栏自动隐藏的问题怎么处理 怎么让...
来源: Laya_社区 发布时间: 20190520
...,然后显示 Sprite toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent t...
来源: Laya2.0_api 发布时间: 20190513
...,然后显示 Sprite toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent t...
来源: Laya2.0_api 发布时间: 20190513