Home
last modified time | relevance | path

Searched refs:Circle (Results 1 – 25 of 117) sorted by relevance

12345

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-geometric-shape-drawing.md35 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 Darkts-common-components-button.md53 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 Darkts-geometric-shape-drawing.md35 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 Darkts-common-components-button.md53 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 Dts-universal-attributes-foreground-color.md39 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 Dts-drawing-components-circle.md1 # Circle chapter
17 Circle(value?: CircleOptions)
148 设置边框拐角绘制样式。Circle组件无法形成拐角,该属性设置无效。
164 设置斜接长度与边框宽度比值的极限值。Circle组件无法设置尖角图形,该属性设置无效。
236 Circle({ width: 150, height: 150 })
238 Circle()
H A Dts-basic-components-rating.md277 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 Dts-basic-components-datapanel.md43 …/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 Dts-basic-components-button.md299 | 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 Dts-universal-attributes-foreground-color.md39 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 Dts-drawing-components-circle.md1 # 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 Dts-basic-components-rating.md299 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 Dts-basic-components-datapanel.md43 …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 Dts-basic-components-button.md299 | 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 Dcircle-progress-bar.md16 - 进度条的圆形外框:使用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 Dwater-wave-animation.md70 .type(ButtonType.Circle)
267 .type(ButtonType.Circle)
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h293 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 Davpicker_mock.ets45 .type(ButtonType.Circle)
58 .type(ButtonType.Circle)
H A Davpicker_mock.js86 Button.type(ButtonType.Circle);
107 Button.type(ButtonType.Circle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkCircle.ts24 globalThis.Circle.attributeModifier = function (modifier: ArkComponent): void {
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp69 Circle(center, radius); in Arc()
82 ClipPath& ClipPath::Circle(const PointF& center, float radius) in Circle() function in OHOS::ClipPath
H A Dclip_utils.h51 ClipPath& Circle(const PointF& center, float radius);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp151 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 Djs_circle_shape.cpp22 auto circle = AceType::MakeRefPtr<Circle>(); in ConstructorCallback()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_clip/
H A Dui_test_clip.cpp97 path.Circle({70, 50}, g_radius1); in OnClick()
197 path.Circle({70, 50}, g_radius1); in UIKitClipTest001()

12345