From 5472a832c8dececa7430eeb5bf8eb7d86c47cabd Mon Sep 17 00:00:00 2001 From: Hu_zq Date: Fri, 20 Jun 2025 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?Swiper:=20indicator=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hu_zq Change-Id: I376094874d4459b291216fe913ae7ed0acbf46fc --- .../apis-arkui/_ark_u_i___native_module.md | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md b/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md index 65e0bbc9b00..399087cb1bb 100644 --- a/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md +++ b/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md @@ -14896,7 +14896,7 @@ float OH_ArkUI_SwiperIndicator_GetSelectedItemHeight (ArkUI_SwiperIndicator * in **返回:** -圆点导航指示器的高。 +圆点导航指示器的高。单位:vp。 ### OH_ArkUI_SwiperIndicator_GetSelectedItemWidth() @@ -14918,7 +14918,7 @@ float OH_ArkUI_SwiperIndicator_GetSelectedItemWidth (ArkUI_SwiperIndicator * ind **返回:** -圆点导航指示器的宽。 +圆点导航指示器的宽。单位:vp。 ### OH_ArkUI_SwiperIndicator_GetStartPosition() @@ -14940,7 +14940,7 @@ float OH_ArkUI_SwiperIndicator_GetStartPosition (ArkUI_SwiperIndicator * indicat **返回:** -导航点距离Swiper组件左边的距离。 +导航点距离Swiper组件左边的距离。单位:vp。 ### OH_ArkUI_SwiperIndicator_GetTopPosition() @@ -14962,7 +14962,7 @@ float OH_ArkUI_SwiperIndicator_GetTopPosition (ArkUI_SwiperIndicator * indicator **返回:** -导航点距离Swiper组件顶部的距离。 +导航点距离Swiper组件顶部的距离。单位:vp。 ### OH_ArkUI_SwiperIndicator_SetBottomPosition() @@ -14980,8 +14980,8 @@ void OH_ArkUI_SwiperIndicator_SetBottomPosition (ArkUI_SwiperIndicator * indicat | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 导航点距离Swiper组件底部的距离。 | +| indicator | 导航指示器对象指针。 | +| value | 导航点距离Swiper组件底部的距离。默认值:0,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetColor() @@ -15018,8 +15018,8 @@ void OH_ArkUI_SwiperIndicator_SetEndPosition (ArkUI_SwiperIndicator * indicator, | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 导航点距离Swiper组件右边的距离。 | +| indicator | 导航指示器对象指针。 | +| value | 导航点距离Swiper组件右边的距离。默认值:0,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetItemHeight() @@ -15037,8 +15037,8 @@ void OH_ArkUI_SwiperIndicator_SetItemHeight (ArkUI_SwiperIndicator * indicator, | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 圆点导航指示器的高。 | +| indicator | 导航指示器对象指针。 | +| value | 圆点导航指示器的高。默认值:6,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetItemWidth() @@ -15056,8 +15056,8 @@ void OH_ArkUI_SwiperIndicator_SetItemWidth (ArkUI_SwiperIndicator * indicator, f | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 圆点导航指示器的宽。 | +| indicator | 导航指示器对象指针。 | +| value | 圆点导航指示器的宽。默认值:12,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetMask() @@ -15136,8 +15136,8 @@ void OH_ArkUI_SwiperIndicator_SetSelectedItemHeight (ArkUI_SwiperIndicator * ind | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 圆点导航指示器的高。 | +| indicator | 导航指示器对象指针。 | +| value | 圆点导航指示器的高。默认值:6,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetSelectedItemWidth() @@ -15155,8 +15155,8 @@ void OH_ArkUI_SwiperIndicator_SetSelectedItemWidth (ArkUI_SwiperIndicator * indi | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 圆点导航指示器的宽。 | +| indicator | 导航指示器对象指针。 | +| value | 圆点导航指示器的宽。默认值:12,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetStartPosition() @@ -15174,8 +15174,8 @@ void OH_ArkUI_SwiperIndicator_SetStartPosition (ArkUI_SwiperIndicator * indicato | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 导航点距离Swiper组件左边的距离。 | +| indicator | 导航指示器对象指针。 | +| value | 导航点距离Swiper组件左边的距离。默认值:0,单位:vp。 | ### OH_ArkUI_SwiperIndicator_SetTopPosition() @@ -15193,8 +15193,8 @@ void OH_ArkUI_SwiperIndicator_SetTopPosition (ArkUI_SwiperIndicator * indicator, | 名称 | 描述 | | -------- | -------- | -| indicator | 导航指示器对象指针。 | -| value | 导航点距离Swiper组件顶部的距离。 | +| indicator | 导航指示器对象指针。 | +| value | 导航点距离Swiper组件顶部的距离。默认值:0,单位:vp。 | ### OH_ArkUI_SystemFontStyleEvent_GetFontSizeScale() -- Gitee