/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-grid-basic-concepts.md | 34 …the horizontal virtual pixels \(vps\) to determine the breakpoints. Different devices display diff… 36 **xs**: 2 columns for 0 < horizontal vp < 320 38 **sm**: 4 columns for 320 ≤ horizontal vp < 600 40 **md**: 8 columns for 600 ≤ horizontal vp < 840 42 **lg**: 12 columns for 840 ≤ horizontal vp
|
H A D | js-components-basic-toolbar-item.md | 43 …horizontal position and vertical position, respectively.<br> - **left**: leftmost in the horizont…
|
H A D | js-components-basic-progress.md | 25 … string | horizontal | No | Type of the progress bar, which cannot be changed dynamically. Avail… 29 - When the type is **horizontal**, **ring**, or **scale-ring**, the following attributes are suppor… 50 Horizontal progress bar, of which **type** is **horizontal** 112 <progress class="min-progress" type="horizontal" percent= "10" secondarypercent="50"></progress>
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-progress.md | 22 | type | string | horizontal | 否 | 设置进度条的类型,该属性不支持动态修改,可选值为:<br/>- horizontal:线性进度条。<br/>-&nbs… 26 - 类型为horizontal、ring、scale-ring时,支持如下属性: 47 type=horizontal 99 <progress class="min-progress" type="horizontal" percent= "10" secondarypercent="50"></progress>
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-progress.md | 24 | type | string | horizontal | 否 | 设置进度条的类型,该属性不支持动态修改,可选值为:<br/>- horizontal:线性进度条;<br/>-&… 28 - 类型为horizontal、ring、scale-ring时,支持如下属性: 49 type=horizontal 111 <progress class="min-progress" type="horizontal" percent= "10" secondarypercent="50"></progress>
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-basic-progress.md | 19 | type | string | horizontal | 否 | 设置进度条的类型,该属性不支持动态修改,可选值为:<br/>- horizontal:线性进度条;<br/>-&nbs… 27 - 类型为horizontal时,支持如下属性: 49 - type为horizontal,支持如下样式: 90 …<progress type="horizontal" percent="{{horizontalVal}}" style="height: 10%;width: 40%;" onclick = …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | relative_container_composed_element.cpp | 98 if (alignRule.horizontal == HorizontalAlign::START) { in GetAlignRuleStr() 100 } else if (alignRule.horizontal == HorizontalAlign::CENTER) { in GetAlignRuleStr() 102 } else if (alignRule.horizontal == HorizontalAlign::END) { in GetAlignRuleStr()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-row.md | 58 Sets the alignment mode of the child components in the horizontal direction. 70 …enums.md#flexalign) | Yes | Alignment mode of child components in the horizontal direction.<br>De… 80 Sets whether to reverse the arrangement of child components on the main axis (horizontal direction). 92 …ether to reverse the arrangement of child components on the main axis (horizontal direction).<br>D… 111 // Set the horizontal spacing between two adjacent child components to 5. 131 // Set the alignment mode of the child components in the horizontal direction.
|
H A D | ts-universal-attributes-location.md | 25 …gn).<br>If the component does not support the **textAlign** attribute, horizontal alignment cannot… 121 …t** and **end** instead of **left** and **right** for alignment in the horizontal direction. Prior… 155 … left-to-right scripts and right alignment with right-to-left scripts in the horizontal direction.| 156 …h left-to-right scripts and left alignment with right-to-left scripts in the horizontal direction.| 157 …ontalAlignParam](#localizedhorizontalalignparam12) | Center alignment in the horizontal direction.| 184 …horizontal direction, the value of **Bias** is the ratio of the distance from the component to the… 194 …horizontal | number | No| Bias value in the horizontal direction.<br>This parameter takes effect … 201 …s-container-relativecontainer.md#rules) (starting from the left in the horizontal direction, or fr… 241 … the component in the horizontal or vertical direction. The component with **chainWeight** set wil… 330 …// Offset relative to the start point. x indicates the horizontal distance between the end point a…
|
H A D | ts-container-relativecontainer.md | 12 …* Alignment modes in the horizontal direction can be left, middle, or right, achieved by the **Hor… 16 …horizontal direction and top, center, and bottom in the vertical direction). These anchors can be … 20 …* If the container's child component uses the container as an anchor in the horizontal direction, … 24 …horizontal direction, and the value is **0** when it is used as the anchor in the vertical directi… 25 …depends on the dependency between components. For example, the minimum horizontal chain formed by … 557 …inMode](ts-universal-attributes-location.md#chainmode12) API to create horizontal chains, includin… 707 … and [bias](ts-universal-attributes-location.md#bias) APIs to create a horizontal [PACKED chain](t… 727 bias: { horizontal: 0 }
|
H A D | ts-container-listitem.md | 180 …l list layout) or above the list item when the item is swiped down (in horizontal list layout).<br… 181 …cal list layout) or below the list item when the item is swiped up (in horizontal list layout).<br… 183 …it is swiped left or right (in vertical list layout) or up or down (in horizontal list layout).<br… 188 <br>For a list in horizontal layout, it refers to the delete option displayed below (or above) the … 198 …em is swiped left or right (in vertical list layout) or up or down (in horizontal list layout).<br… 208 …or a list item are as follows: a height of 48 vp, a width of 100%, and horizontal padding of 8 vp … 229 …em is swiped left or right (in vertical list layout) or up or down (in horizontal list layout), th… 230 …horizontal list layout), the swipe action item is shown.<br>**NOTE**<br>When the list item is swip…
|
H A D | ts-basic-components-divider.md | 43 …e | boolean | Yes | Whether the divider is vertical or horizontal.<br>**false**: A horizontal di… 109 // Use horizontal dividers.
|
H A D | ts-container-column.md | 39 Alignment mode of the child components in the horizontal direction. 51 …md#horizontalalign) | Yes | Alignment mode of child components in the horizontal direction.<br>De… 117 // Set the alignment mode of the child components in the horizontal direction.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | position_param.h | 101 HorizontalAlign horizontal; member 108 (this->horizontal == right.horizontal));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | alignment.h | 84 Alignment(double horizontal, double vertical) : horizontal_(horizontal), vertical_(vertical) {} in Alignment() argument
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | horizontal-vertical-switch.md | 11 
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/ |
H A D | changelogs-arkui.md | 31 …ipe event bound to the first child node. If this swipe event is in the horizontal direction, it ca… 33 Example 1: A horizontal swipe event is bound to or built in a component. When the mouse pointer is … 37 Example 3: A vertical swipe event is bound to or built in the parent component, and a horizontal sw… 41 When there is only a horizontal swipe event in the area in which the mouse pointer is located, the … 45 …horizontal swipe event and a vertical swipe event in the area in which the mouse pointer is locate…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-progress.md | 22 …| string | horizontal | No| Type of the progress bar, which cannot be changed dynamically. Availab… 26 - When the type is **horizontal**, **ring**, or **scale-ring**, the following attributes are suppor… 47 When the type is **horizontal**, the following styles are supported. 99 <progress class="min-progress" type="horizontal" percent= "10" secondarypercent="50"></progress>
|
H A D | js-service-widget-common-styles.md | 39 …horizontal position and vertical position, respectively.<br> - **left**: leftmost in the horizont… 40 …color<br>Shadow style of the current component. The value includes the horizontal position (mandat… 59 …horizontal position and vertical position, respectively.<br>The **string** values are as follows:<…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-svg-path.md | 4 The **<svg>** component uses instructions **M** (start point), **H** (horizontal line), and *… 39 > - H/h = horizontal lineto Draws a horizontal line.
|
H A D | arkts-layout-development-linear.md | 6 …r layouts. Its child elements are arranged in sequence linearly in the horizontal direction, as in… 25 …e laid out by default in the linear layout container. The main axis is horizontal for the **Row** … 27 …he main axis. The cross axis is vertical for the **Row** container and horizontal for the **Column… 77 …i-ts/ts-appendix-enums.md#horizontalalign) type when the cross axis is in the horizontal direction. 86  144  596 Example of using a **Scroll** component in the horizontal layout:
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.1.1/ |
H A D | changelogs-arkui.md | 15 …for the top and bottom of a vertical scrollbar (or left and right of a horizontal scrollbar) is fi… 17 …for the top and bottom of a vertical scrollbar (or left and right of a horizontal scrollbar) is dy…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-basic-progress.md | 19 …| string | horizontal | No| Type of the progress bar, which cannot be changed dynamically. Availab… 27 - When **type** is set to **horizontal**, the following attributes are supported. 49 - When **type** is set to **horizontal**, the following styles are supported. 90 …<progress type="horizontal" percent="{{horizontalVal}}" style="height: 10%;width: 40%;" onclick = …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__font_8h.md | 68 …H_Drawing_Font](_drawing.md#oh_drawing_font) \*, float skewX) | Sets a horizontal skew factor for … 69 …const [OH_Drawing_Font](_drawing.md#oh_drawing_font) \*) | Obtains the horizontal skew factor of a… 72 …_Drawing_Font](_drawing.md#oh_drawing_font) \*, float scaleX) | Sets a horizontal scale factor for… 73 …const [OH_Drawing_Font](_drawing.md#oh_drawing_font) \*) | Obtains the horizontal scale factor of …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | render_relative_container.cpp | 149 switch (alignRule.horizontal) { in CalcHorizontalLayoutParam() 407 switch (alignRule.horizontal) { in CalcHorizontalOffset() 422 switch (alignRule.horizontal) { in CalcHorizontalOffset() 437 switch (alignRule.horizontal) { in CalcHorizontalOffset()
|