• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 21 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0073 秒)

11. 一篇了解所有的LayaAir文本组件(TypeScript-LayaAir基础篇(TS)-文本) [ 55%]

...ff0000;` | 背景颜色(仅div中使用) | | `border-color:#ff0000;` | 边框颜色(仅div中使用) | | `width:100px;` | 宽度(仅div中使用) | | `height:100px;` | 高度(仅div中使用) | 下面的代码是运用的示例代码, ```html 使用 HTMLDivElement  组件...

来源: Laya2.0_文档 发布时间: 20210715

12. laya.html.dom.HTMLDivElement [ 48%]

...:20px; 行高 background-color:#ff0000; 背景颜色 border-color:#ff0000; 边框颜色 width:100px; 对象宽度 height:100px; 对象高度 示例用法: var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML = " a span span2 p "; Public Properties Hide Inherited Public Properties Show Inheri...

来源: Laya2.0_api 发布时间: 20190513

13. laya.display.Text_API3.0 [ 43%]

...本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(text);//将 text 添加到显示列表。 } } } example Text_Example(); function Text_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efef...

来源: Laya3.0_api 发布时间: 20231115

14. laya.html.dom.HTMLDivElement_API3.0 [ 34%]

...:20px; 行高 background-color:#ff0000; 背景颜色 border-color:#ff0000; 边框颜色 width:100px; 对象宽度 height:100px; 对象高度 示例用法: var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML = "adivspanspan2p"; Hierarchy Sprite HTMLDivElement HTMLIframeElement Index Construc...

来源: Laya3.0_api 发布时间: 20231102

15. laya.display.Input_API3.0 [ 33%]

... Inherited from Text.borderColor Defined in laya/display/Text.ts:576 文本边框背景颜色,以字符串表示。 Returns string Inherited from Text.borderColor Defined in laya/display/Text.ts:580 文本边框背景颜色,以字符串表示。 Parameters value: string Returns void cacheAs get ...

来源: Laya3.0_api 发布时间: 20231115

16. laya.ui.TextInput [ 31%]

...值为 true,则文本为粗体字。 Label borderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图...

来源: Laya2.0_api 发布时间: 20190513

17. laya.ui.TextInput [ 31%]

...值为 true,则文本为粗体字。 Label borderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像...

来源: laya_api 发布时间: 20170929

18. laya.display.Input [ 30%]

...果值为 true,则文本为粗体字。 Text borderColor : String 文本边框背景颜色,以字符串表示。 Text cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓...

来源: Laya2.0_api 发布时间: 20190513

19. laya.display.Input [ 29%]

...果值为 true,则文本为粗体字。 Text borderColor : String 文本边框背景颜色,以字符串表示。 Text cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓...

来源: laya_api 发布时间: 20170929

20. laya.ui.TextArea [ 28%]

...值为 true,则文本为粗体字。 Label borderColor : String 文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图...

来源: Laya2.0_api 发布时间: 20190513