Searched refs:ScaleRing (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-progress-indicator.md | 28 …类型包括:ProgressType.Linear(线性样式)、 ProgressType.Ring(环形无刻度样式)、ProgressType.ScaleRing(环形有刻度样式)、Progres… 61 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }).width(100).height(100) 64 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }).width(100).height(100) 67 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }).width(100).height(100)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-progress.md | 58 | ScaleRing | 环形有刻度样式,显示类似时钟刻度形式的进度展示效果。从API version9开始,刻度外圈出现重叠的时候自动转换为环形无刻度进度条。 | 74 | ScaleRing<sup>8+</sup> | 环形有刻度样式,显示类似时钟刻度形式的进度展示效果。 | 88 ProgressType.ScaleRing| [ScaleRingStyleOptions<sup>10+</sup>](#scaleringstyleoptions10) \| &n… 149 …样式。<br/>- LinearStyleOptions:设置Linear的样式。<br/>- ScaleRingStyleOptions:设置ScaleRing的样式。<br/>- Eclips… 335 Text('ScaleRing Progress').fontSize(9).fontColor(0xCCCCCC).width('90%') 337 Progress({ value: 10, type: ProgressType.ScaleRing }).width(100) 338 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }) 345 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }) 348 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing })
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-progress-indicator.md | 28 …tyle), **ProgressType.Ring** (indeterminate ring style), **ProgressType.ScaleRing** (determinate r… 61 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }).width(100).height(100) 64 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }).width(100).height(100) 67 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }).width(100).height(100)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_progress.h | 29 ScaleRing, enumerator
|
H A D | js_progress.cpp | 91 } else if (progressStyle == ProgressStyle::ScaleRing) { in Create()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-progress.md | 58 | ScaleRing | Determinate ring style, which is similar to the clock scale. Since API version 9, whe… 74 | ScaleRing<sup>8+</sup> | Determinate ring style, which is similar to the clock scale. … 88 ProgressType.ScaleRing| [ScaleRingStyleOptions<sup>10+</sup>](#scaleringstyleoptions10) \| [Progr… 335 Text('ScaleRing Progress').fontSize(9).fontColor(0xCCCCCC).width('90%') 337 Progress({ value: 10, type: ProgressType.ScaleRing }).width(100) 338 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }) 345 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing }) 348 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing })
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.cpp | 674 } else if (progressStyle == Framework::ProgressStyle::ScaleRing) { in SetProgressInitialize()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 1009 |起始版本有变化|类名:ProgressType<br>方法 or 属性:ScaleRing<br>起始版本:8|类名:ProgressType<br>方法 or 属性:ScaleRing<br>起… 1019 |起始版本有变化|类名:ProgressStyle<br>方法 or 属性:ScaleRing<br>起始版本:8|类名:ProgressStyle<br>方法 or 属性:ScaleRing<br…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 1009 …br>Method or attribute name: ScaleRing<br>Initial version: 8|Class name: ProgressType<br>Method or… 1019 …r>Method or attribute name: ScaleRing<br>Initial version: 8|Class name: ProgressStyle<br>Method or…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 2575 |跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:ScaleRing<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:ScaleRing<br>… 2576 |跨平台能力有变化|类名:ProgressType;<br>方法or属性:ScaleRing = 3<br>旧版本信息:|类名:ProgressType;<br>方法or属性:ScaleRing =…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 2575 …thod or attribute name: ScaleRing<br>Old version information: |Class name: ProgressStyle;<br>Metho… 2576 …hod or attribute name: ScaleRing = 3<br>Old version information: |Class name: ProgressType;<br>Met…
|