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

大约有 310 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0064 秒)

281. CheckBox属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 39%]

...--------------------------- | | labelAlign | 标签对齐模式,默认为居中对齐。注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文...

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

282. CheckBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 39%]

...--------------------------- | | labelAlign | 标签对齐模式,默认为居中对齐。注:在CheckBox中无效 | | labelColors | 表示标签各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。默认为“蓝色,绿色”。 | | labelBold | 表示标签文...

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

283. 分享个用美术资源做位图文本的方法。。。 [ 37%]

...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

284. laya.ui.VBox [ 35%]

...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

285. laya.display.Stage_API3.0 [ 35%]

..._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

286. laya.ui.HBox [ 35%]

...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

287. laya.ui.VBox [ 34%]

...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

288. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 34%]

...适配,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

289. laya.ui.HBox [ 34%]

...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

290. laya.ui.AsynDialog [ 31%]

...prite popupCenter : Boolean = true 一个布尔值,指定对话框是否居中弹。 如果值为true,则居中弹出,否则,则根据对象坐标显示,默认为true。 Dialog popupEffect : Handler 弹出对话框效果,可以设置一个效果代替默认的弹出效果,如果...

来源: laya_api 发布时间: 20170929