大约有 76 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
...,然后显示 Sprite toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent t...
来源: Laya2.0_api 发布时间: 20190513
...io Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over,down)。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : ...
来源: laya_api 发布时间: 20170929
...io Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over,down)。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active :...
来源: Laya2.0_api 发布时间: 20190513
分享,扩展Laya.Text组件实现简单的富文本 扩展Laya.Text组件实现支持换色、加粗、下划线的文本类型 2018-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 he853066732 赞同来...
来源: Laya_社区 发布时间: 20180417
...注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文本标签是否为粗体字。 | | labelFont | 表示文本标签的字体名称,以字...
来源: Laya2.0_文档 发布时间: 20210714
...注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文本标签是否为粗体字。 | | labelFont | 表示文本标签的字体名称,以字...
来源: Laya2.0_文档 发布时间: 20210715
...注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文本标签是否为粗体字。 | | labelFont | 表示文本标签的字体名称,以字...
来源: Laya2.0_文档 发布时间: 20210714
...i/vscroll$down.png", "../../../../res/ui/vscroll$up.png"]; /***提示信息文本框**/ private var promptText:Text; /****垂直滚动条****/ private var vScrollBar:VScrollBar; public function UI_ScrollBar() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居...
来源: Laya2.0_文档 发布时间: 20210715
...i/hscroll$down.png", "../../../../res/ui/hscroll$up.png"]; /***提示信息文本框**/ private var promptText:Text; /****水平滚动条****/ private var hScrollBar:HScrollBar; public function UI_ScrollBar() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居...
来源: Laya2.0_文档 发布时间: 20210714
...er"; folder.x = 14; folder.y = 4; addChild(folder); //实例文件夹名字文本或子节点名字文本对象 var label:Label = new Label(); //设置 label 的name 为“label”时,此值将用于树结构数据赋值。 label.name = "label"; label.fontSize = 20; label.color = "#FFFFFF"; label....
来源: Laya2.0_文档 发布时间: 20210715