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

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

261. laya.ui.RadioGroup [ 44%]

... 默认值0,表示不描边。 UIGroup labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件左边到其内容区域左边之间的水平距离(以像...

来源: laya_api 发布时间: 20170929

262. laya.ui.Panel_API3.0 [ 44%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

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

263. laya.ui.LayoutBox_API3.0 [ 44%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

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

264. laya.ui.ViewStack_API3.0 [ 44%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

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

265. laya.ui.VBox_API3.0 [ 44%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

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

266. laya.ui.HBox_API3.0 [ 44%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

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

267. ViewStack属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 41%]

...ndex 为0。再设置其他属性中的字体大小、粗体、字体状态颜色等。 ​ 显示效果如图6所示: ​ ![图片6.png](img/6.png) ​ (图6) ## 3、通过代码控制ViewStack组件切换显示 ​ 在上面几个制作步骤中,我们完成了在IDE里的组件创建与...

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

268. ViewStack属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 40%]

...ndex 为0。再设置其他属性中的字体大小、粗体、字体状态颜色等。 ​ 显示效果如图6所示: ​ ![图片6.png](img/6.png) ​ (图6) ## 3、通过代码控制ViewStack组件切换显示 ​ 在上面几个制作步骤中,我们完成了在IDE里的组件创建与...

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

269. ViewStack属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 40%]

...ndex 为0。再设置其他属性中的字体大小、粗体、字体状态颜色等。 ​ 显示效果如图6所示: ​ ![图片6.png](img/6.png) ​ (图6) ## 3、通过代码控制ViewStack组件切换显示 ​ 在上面几个制作步骤中,我们完成了在IDE里的组件创建与...

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

270. 分享,扩展Laya.Text组件实现简单的富文本 [ 37%]

...来自: 176*****233 主要思路就是根据文本里面的关键字(如颜色码)把文本划分成多段,然后再对每段进行单独的渲染。   排版仍然调用Laya的排版函数(这里之所以重写是因为TS的正则需要加转义字符)   目前发现的BUG:右对齐...

来源: Laya_社区 发布时间: 20180417