大约有 310 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0064 秒)
...--------------------------- | | labelAlign | 标签对齐模式,默认为居中对齐。注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文...
来源: Laya2.0_文档 发布时间: 20210715
...--------------------------- | | labelAlign | 标签对齐模式,默认为居中对齐。注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文...
来源: Laya2.0_文档 发布时间: 20210714
...gt;=0;i--){ width -= sps[i].width + this.padding; sps[i].x = width; } } // 居中 private setCharsPosOnCenter(){ if(!this.text || this.text == ""){ return; } var sps = this.charSprites; var length = sps.length; var width = this.width; var allCharsWidth = 0; for(var i=0;i<length;i++){ allCharsWidt...
来源: Laya_社区 发布时间: 20161014
...dePublic Constants ConstantDefined By CENTER : String = center[static] 居中对齐。 VBox LEFT : String = left[static] 左对齐。 VBox NONE : String = none[static] 无对齐。 VBox RIGHT : String = right[static] 右对齐。 VBoxProperty Detailwidthpropertywidth:Number[override] Im...
来源: laya_api 发布时间: 20170929
..._CENTER: string = "center" Defined in laya/display/Stage.ts:89 画布水平居中对齐。 Static ALIGN_LEFT ALIGN_LEFT: string = "left" Defined in laya/display/Stage.ts:85 画布水平居左对齐。 Static ALIGN_MIDDLE ALIGN_MIDDLE: string = "middle" Defined in laya/display/Stage.ts:93 画布垂...
来源: Laya3.0_api 发布时间: 20231115
...bottom[static] 居底部对齐。 HBox MIDDLE : String = middle[static] 居中对齐。 HBox NONE : String = none[static] 无对齐。 HBox TOP : String = top[static] 居顶部对齐。 HBoxProperty Detailheightpropertyheight:Number[override] Implementation public function get heigh...
来源: laya_api 发布时间: 20170929
...dePublic Constants ConstantDefined By CENTER : String = center[static] 居中对齐。 VBox LEFT : String = left[static] 左对齐。 VBox NONE : String = none[static] 无对齐。 VBox RIGHT : String = right[static] 右对齐。 VBoxProperty Detailwidthpropertywidth:Number[override] Im...
来源: Laya2.0_api 发布时间: 20190513
...适配,showall 为啥不能显示超出部分,fixeheight 为啥不能居中? 问题状态 最新活动: 2024-06-04 10:09 浏览: 5901 关注: 3 人 Tony666 • 2020-04-10 20:35 Demo已经提交,抽空请测试。 Tony666 • 2020-04-11 13:39 iPhone XR
来源: Laya_社区 发布时间: 20200410
...bottom[static] 居底部对齐。 HBox MIDDLE : String = middle[static] 居中对齐。 HBox NONE : String = none[static] 无对齐。 HBox TOP : String = top[static] 居顶部对齐。 HBoxProperty Detailheightpropertyheight:Number[override] Implementation public function get heigh...
来源: Laya2.0_api 发布时间: 20190513
...prite popupCenter : Boolean = true 一个布尔值,指定对话框是否居中弹。 如果值为true,则居中弹出,否则,则根据对象坐标显示,默认为true。 Dialog popupEffect : Handler 弹出对话框效果,可以设置一个效果代替默认的弹出效果,如果不...
来源: laya_api 发布时间: 20170929