大约有 154 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0072 秒)
...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...bals "laya/ui/VScrollBar" VScrollBar Class VScrollBar 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一个 VScrollBar 实例。 package { import laya.ui.vScrollBar;...
来源: Laya3.0_api 发布时间: 20231115
...,鼠标按下(down)时,各个状态下的文本标签颜色 标签垂直对齐 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居顶对齐 标签边距 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 标签描边...
来源: Laya3.0_文档 发布时间: 20251010
...。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheA...
来源: laya_api 发布时间: 20170929
...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新...
来源: laya_api 发布时间: 20170929
...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...条水平滚动 list.vScrollBarSkin = ""; // list.vScrollBarSkin 滚动条垂直滚动 //item对象是否可选以及选中后可做的操作 list.selectEnable = true; list.selectHandler = new Handler(this, this.onSelect); // 滚动条的橡皮筋操作:回弹时间及弹性距离 list.scrollBar.e...
来源: Laya_社区 发布时间: 20180410
... | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动条 | vslider_ | -- | | HSlider | 水平滑动条 | hslider_ | -- | | Clip | 位图切片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboB...
来源: Laya2.0_文档 发布时间: 20210714