Home
last modified time | relevance | path

Searched refs:DownloadLayoutDirection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/
H A Ddownloadfilebutton.js39 export var DownloadLayoutDirection; variable
43 })(DownloadLayoutDirection || (DownloadLayoutDirection = {}));
116 layoutDirection: DownloadLayoutDirection.HORIZONTAL,
209 top: this.styleOptions.layoutDirection === DownloadLayoutDirection.VERTICAL ?
212 left: this.styleOptions.layoutDirection === DownloadLayoutDirection.HORIZONTAL ?
223 if (this.styleOptions.layoutDirection === DownloadLayoutDirection.HORIZONTAL) {
298 DownloadLayoutDirection,
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/source/
H A DDownloadFileButton.ets32 export enum DownloadLayoutDirection {
55 layoutDirection?: DownloadLayoutDirection;
75 layoutDirection: DownloadLayoutDirection.HORIZONTAL,
113 top: this.styleOptions.layoutDirection === DownloadLayoutDirection.VERTICAL ?
116 left: this.styleOptions.layoutDirection === DownloadLayoutDirection.HORIZONTAL ?
123 if (this.styleOptions.layoutDirection === DownloadLayoutDirection.HORIZONTAL) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md63 | layoutDirection | [DownloadLayoutDirection](#downloadlayoutdirection) | 否 | 下载控件上图标和文字分布的方向。<br…
108 ## DownloadLayoutDirection section
130 import { DownloadFileButton, DownloadLayoutDirection } from '@kit.ArkUI';
144 layoutDirection: DownloadLayoutDirection.HORIZONTAL,
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md67DownloadLayoutDirection](#downloadlayoutdirection) | No | Direction of the icon and text on the d…
112 ## DownloadLayoutDirection section
134 import { DownloadFileButton, DownloadLayoutDirection } from '@kit.ArkUI';
148 layoutDirection: DownloadLayoutDirection.HORIZONTAL,