大约有 103 项符合查询结果, 库内数据总量为 30,900 项。 (搜索耗时: 0.0071 秒)
...on Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.util...
来源: Laya3.0_api 发布时间: 20231115
...尾会自动换行么? 上图是名字后面就换了 我这是一条文本 2017-11-20 0 4 分享 微博 QZONE 微信 swp_laya 赞同来自: let style = cell.divChat.style; style.valign = "top"; style.leading = 2; style.width = 450; style.wordWrap = true; cell.divChat.innerHTML = data.message; c...
来源: Laya_社区 发布时间: 20171116
... 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的...
来源: laya_api 发布时间: 20170929
...BUG备忘录】关于Tween动画无法正常作用问题-解决办法 富文本下划线绘制bug 1.7.20beta有bug,帧属性面板打不开 计算rotate旋转值 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法...
来源: Laya_社区 发布时间: 20210716
... 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的...
来源: Laya2.0_api 发布时间: 20190513
...void Inherited from Button.label Defined in laya/ui/Button.ts:425 按钮的文本内容。 Returns string Inherited from Button.label Defined in laya/ui/Button.ts:429 按钮的文本内容。 Parameters value: string Returns void labelAlign get labelAlign(): string set labelAlign(value: string): voi...
来源: Laya3.0_api 发布时间: 20231115
...方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...
来源: Laya2.0_api 发布时间: 20190513
...方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...
来源: laya_api 发布时间: 20170929
... : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文...
来源: Laya2.0_api 发布时间: 20190513
...Defined in laya/ui/UIComponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.tool...
来源: Laya3.0_api 发布时间: 20231115