大约有 151 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)
...bals "laya/ui/VScrollBar" VScrollBar Class VScrollBar 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一个 VScrollBar 实例。 package { import laya.ui.vScrollBar;...
来源: Laya3.0_api 发布时间: 20231115
...。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
...条水平滚动 list.vScrollBarSkin = ""; // list.vScrollBarSkin 滚动条垂直滚动 //item对象是否可选以及选中后可做的操作 list.selectEnable = true; list.selectHandler = new Handler(this, this.onSelect); // 滚动条的橡皮筋操作:回弹时间及弹性距离 list.scrollBar.e...
来源: Laya_社区 发布时间: 20180410
...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
... | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动条 | vslider_ | -- | | HSlider | 水平滑动条 | hslider_ | -- | | Clip | 位图切片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboB...
来源: Laya2.0_文档 发布时间: 20210714
...。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新...
来源: Laya2.0_api 发布时间: 20190513
...滑块轨道的终点之间移动滑块来选择值。 VSlider 控件采用垂直方向。滑块轨道从下往上扩展,而标签位于轨道的左右两侧。 example 以下示例代码,创建了一个 VSlider 实例。 package { import laya.ui.HSlider; import laya.ui.VSlider; import laya.util...
来源: Laya3.0_api 发布时间: 20231115