大约有 193 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...
来源: laya_api 发布时间: 20170929
... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...
来源: Laya2.0_api 发布时间: 20190513
... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...
来源: Laya2.0_api 发布时间: 20190513
...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
...set labelAlign(value: string): void Defined in laya/ui/Button.ts:601 标签对齐模式, Returns string Defined in laya/ui/Button.ts:606 标签对齐模式, Parameters value: string Returns void labelBold get labelBold(): boolean set labelBold(value: boolean): void Defined in laya/ui/Button.ts:5...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...果如动图22-2所示。 (动图22-2) 初始的地面点与锚点是对齐的,在默认值的状态下,相同质量的物体是静止的。如果我们调整地面点的位置,使得与锚点不再对齐,刚体受重力影响产生运动。如动图22-3所示。 (动图22-3) 4.5.2 ...
来源: Laya3.0_文档 发布时间: 20251010
...Color颜色值、Alpha透明度、Location颜色位置) | | Alignment(对齐) | 支持(包括:View朝向相机、Transform Z朝向自身局部坐标Z) | | Texture Mode(纹理模式) | 部分支持(包括:Stretch拉伸) | #### 4.8 地形的属性 关于地形,我们正在丰...
来源: Laya2.0_文档 发布时间: 20210714
...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_文档 发布时间: 20251010