/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-geometric-shape-drawing.md | 35 Circle({ width: 150, height: 150 }) 70 Text('原始尺寸Circle组件') 71 Circle({width: 75, height: 75}).fill('#E87361') 77 Text('shape内放大的Circle组件') 80 Circle({width: 75, height: 75}).fill('#E87361') 90 Text('Shape内缩小的Circle组件') 93 Circle({width: 75, height: 75}).fill('#E87361') 243 Circle() 255 Circle() 302 Circle({ width: 150, height: 150 }) [all …]
|
H A D | arkts-common-components-button.md | 53 Button有三种可选类型,分别为胶囊类型(Capsule)、圆形按钮(Circle)和普通按钮(Normal),通过type进行设置。 75 Button('Circle', { type: ButtonType.Circle, stateEffect: false }) 144 Button({ type: ButtonType.Circle, stateEffect: true }) {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-geometric-shape-drawing.md | 35 Circle({ width: 150, height: 150 }) 70 Text('Original Size Circle') 71 Circle({width: 75, height: 75}).fill('#E87361') 77 Text('Enlarged Circle') 80 Circle({width: 75, height: 75}).fill('#E87361') 90 Text('Shrunk Circle') 93 Circle({width: 75, height: 75}).fill('#E87361') 243 Circle() 255 Circle() 302 Circle({ width: 150, height: 150 }) [all …]
|
H A D | arkts-common-components-button.md | 53 Use the **type** parameter to set the button type to **Capsule**, **Circle**, or **Normal**. 70 - Circle button 75 Button('Circle', { type: ButtonType.Circle, stateEffect: false }) 144 Button({ type: ButtonType.Circle, stateEffect: true }) {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-foreground-color.md | 39 Circle({ width: 150, height: 200 }) 41 Circle({ width: 150, height: 200 }).foregroundColor(Color.Red) 61 Circle({ width: 150, height: 200 }) 63 Circle({ width: 150, height: 200 })
|
H A D | ts-drawing-components-circle.md | 1 # Circle chapter 17 Circle(value?: CircleOptions) 148 设置边框拐角绘制样式。Circle组件无法形成拐角,该属性设置无效。 164 设置斜接长度与边框宽度比值的极限值。Circle组件无法设置尖角图形,该属性设置无效。 236 Circle({ width: 150, height: 150 }) 238 Circle()
|
H A D | ts-basic-components-rating.md | 277 Circle({ width: 25, height: 25 }) 291 Circle({ width: 25, height: 25 }) 298 Circle({ width: 25, height: 25 }) 312 Circle({ width: 25, height: 25 }) 319 Circle({ width: 25, height: 25 }) 333 Circle({ width: 25, height: 25 }) 340 Circle({ width: 25, height: 25 }) 354 Circle({ width: 25, height: 25 }) 361 Circle({ width: 25, height: 25 }) 375 Circle({ width: 25, height: 25 })
|
H A D | ts-basic-components-datapanel.md | 43 …/sup> | [DataPanelType](#datapaneltype8枚举说明) | 否 | 数据面板的类型(不支持动态修改)。<br/>默认值:DataPanelType.Circle | 57 | Circle | 环形数据面板。 | 238 DataPanel({ values: [30], max: 100, type: DataPanelType.Circle }).width(168).height(168) 254 … DataPanel({ values: [50, 12, 8, 5], max: 100, type: DataPanelType.Circle }).width(168).height(168) 318 DataPanel({ values: this.values1, max: 100, type: DataPanelType.Circle }) 377 DataPanel({ values: this.values1, max: 100, type: DataPanelType.Circle }) 433 … DataPanel({ values: [12.3, 21.1, 13.4, 35.2, 26.0, 32.0], max: 140, type: DataPanelType.Circle })
|
H A D | ts-basic-components-button.md | 299 | Circle | 圆形按钮。 | 305 > - 当按钮类型为Circle时,若同时设置了宽和高,则borderRadius不生效,且按钮半径为宽高中较小值的一半;若只设置宽、高中的一个,则borderRadius不生效,且按钮半径为所设… 445 Text('Circle button').fontSize(9).fontColor(0xCCCCCC) 447 Button({ type: ButtonType.Circle, stateEffect: true }) { 451 Button({ type: ButtonType.Circle, stateEffect: true }) { 627 Circle({ width: 50, height: 50 })
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-foreground-color.md | 39 Circle({ width: 150, height: 200 }) 41 Circle({ width: 150, height: 200 }).foregroundColor(Color.Red) 61 Circle({ width: 150, height: 200 }) 63 Circle({ width: 150, height: 200 })
|
H A D | ts-drawing-components-circle.md | 1 # Circle chapter 3 The **Circle** component is used to draw a circle. 17 Circle(value?: CircleOptions) 148 Sets the join style of the stroke. This attribute does not work for the **Circle** component, which… 164 …used to draw a miter join. This attribute does not take effect for the **Circle** component, which… 234 Circle({ width: 150, height: 150 }) 236 Circle()
|
H A D | ts-basic-components-rating.md | 299 Circle({ width: 25, height: 25 }) 313 Circle({ width: 25, height: 25 }) 320 Circle({ width: 25, height: 25 }) 334 Circle({ width: 25, height: 25 }) 341 Circle({ width: 25, height: 25 }) 355 Circle({ width: 25, height: 25 }) 362 Circle({ width: 25, height: 25 }) 376 Circle({ width: 25, height: 25 }) 383 Circle({ width: 25, height: 25 }) 397 Circle({ width: 25, height: 25 })
|
H A D | ts-basic-components-datapanel.md | 43 …the data panel (dynamic modification is not supported).<br>Default value: **DataPanelType.Circle**| 57 | Circle | Circle data panel.| 235 DataPanel({ values: [30], max: 100, type: DataPanelType.Circle }).width(168).height(168) 250 … DataPanel({ values: [50, 12, 8, 5], max: 100, type: DataPanelType.Circle }).width(168).height(168) 299 DataPanel({ values: this.values1, max: 100, type: DataPanelType.Circle }) 355 … DataPanel({ values: [12.3, 21.1, 13.4, 35.2, 26.0, 32.0], max: 140, type: DataPanelType.Circle })
|
H A D | ts-basic-components-button.md | 299 | Circle | Circle button. | 305 > - For a button of the **Circle** type: (1) If both its width and height are set, **borderRadius*… 445 Text('Circle button').fontSize(9).fontColor(0xCCCCCC) 447 Button({ type: ButtonType.Circle, stateEffect: true }) { 451 Button({ type: ButtonType.Circle, stateEffect: true }) { 624 Text('Circle state' + (config.pressed? "(Pressed)" : "(Not pressed)")) 627 Circle({ width: 50, height: 50 })
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | circle-progress-bar.md | 16 - 进度条的圆形外框:使用Circle组件绘制外层圆环,实现外层框架。 28 Circle({ width: BIG_DIAMETER, height: BIG_DIAMETER }) 220 Circle({ width: BIG_DIAMETER, height: BIG_DIAMETER }) 226 Circle({ width: DIAMETER, height: DIAMETER }) 283 [Circle](../application-dev/reference/apis-arkui/arkui-ts/ts-drawing-components-circle.md)
|
H A D | water-wave-animation.md | 70 .type(ButtonType.Circle) 267 .type(ButtonType.Circle)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 293 class Circle : public BasicShape { 294 DECLARE_ACE_TYPE(Circle, BasicShape); 297 Circle() : BasicShape(BasicShapeType::CIRCLE) {} in Circle() function 298 ~Circle() override = default; 332 bool operator==(const Circle& other) const
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker_mock.ets | 45 .type(ButtonType.Circle) 58 .type(ButtonType.Circle)
|
H A D | avpicker_mock.js | 86 Button.type(ButtonType.Circle); 107 Button.type(ButtonType.Circle);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkCircle.ts | 24 globalThis.Circle.attributeModifier = function (modifier: ArkComponent): void {
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | clip_utils.cpp | 69 Circle(center, radius); in Arc() 82 ClipPath& ClipPath::Circle(const PointF& center, float radius) in Circle() function in OHOS::ClipPath
|
H A D | clip_utils.h | 51 ClipPath& Circle(const PointF& center, float radius);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.cpp | 151 RefPtr<Circle> ClipPath::CreateCircle(const std::string& data) in CreateCircle() 159 auto circle = AceType::MakeRefPtr<Circle>(); in CreateCircle() 167 auto circle = AceType::MakeRefPtr<Circle>(); in CreateCircle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_circle_shape.cpp | 22 auto circle = AceType::MakeRefPtr<Circle>(); in ConstructorCallback()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_clip/ |
H A D | ui_test_clip.cpp | 97 path.Circle({70, 50}, g_radius1); in OnClick() 197 path.Circle({70, 50}, g_radius1); in UIKitClipTest001()
|