大约有 182 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0080 秒)
Laya_社区(89) Laya2.0_文档(34) Laya3.0_文档(19) Laya2.0_api(14) laya_api(12) Laya3.0_api(12) Laya2.0_示例(1) Laya_示例(1)
... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...
来源: laya_api 发布时间: 20170929
...id Inherited from Button.labelAlign Defined in laya/ui/Button.ts:601 标签对齐模式, Returns string Inherited from Button.labelAlign Defined in laya/ui/Button.ts:606 标签对齐模式, Parameters value: string Returns void labelBold get labelBold(): boolean set labelBold(value: boolean): vo...
来源: Laya3.0_api 发布时间: 20231115
... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...
来源: Laya2.0_api 发布时间: 20190513
...n[read-only] 获取在场景中是否激活。 Node align : String水平对齐方式FontClip alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节...
来源: Laya2.0_api 发布时间: 20190513
...ram color 定义文本颜色,比如"#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x...
来源: Laya3.0_文档 发布时间: 20241014
...px 10px 20px 20px; 边缘的距离 vertical-align:top|bottom|middle; 垂直对齐方式 align:left|right|center; 水平对齐方式 line-height:20px; 行高 background-color:#ff0000; 背景颜色 border-color:#ff0000; 边框颜色 width:100px; 对象宽度 height:100px; 对象高度 示例用法: ...
来源: Laya2.0_api 发布时间: 20190513
...string set align(v: string): void Defined in laya/ui/FontClip.ts:142 水平对齐方式 Returns string Defined in laya/ui/FontClip.ts:136 水平对齐方式 Parameters v: string Returns void alpha get alpha(): number set alpha(value: number): void Inherited from Text.alpha Defined in laya/display/Sp...
来源: Laya3.0_api 发布时间: 20231115
...set align(value: string): void Defined in laya/ui/LayoutBox.ts:73 子对象对齐方式。 Returns string Defined in laya/ui/LayoutBox.ts:77 子对象对齐方式。 Parameters value: string Returns void alpha get alpha(): number set alpha(value: number): void Inherited from Text.alpha Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...,还有一些其它适配相关的内容,例如横竖屏适配、画布对齐等。 可以前往IDE的基础文档查看《项目设置详解》。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:42:16 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...png"); Laya.stage.addChild(btn); //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置; var file:Object = Browser.document.createElement("input"); //设置file的样式 file.style="filter:alpha(opacity=0);opacity:0;width: 150px;height:60px;"; file....
来源: Laya2.0_文档 发布时间: 20210715