From b76d2534b5e8a22cae90b1deac8a6b79e77ce477 Mon Sep 17 00:00:00 2001 From: houguobiao Date: Tue, 2 Sep 2025 16:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80Dialog=E6=8E=A5=E5=8F=A3CAPI?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=8F=8F=E8=BF=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houguobiao Change-Id: Ic11684cbd6df59e6f3fd82c27834453b7988982f --- arkui/ace_engine/native/native_dialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_dialog.h b/arkui/ace_engine/native/native_dialog.h index 5bdde7f9d1e..a59f1afcb52 100644 --- a/arkui/ace_engine/native/native_dialog.h +++ b/arkui/ace_engine/native/native_dialog.h @@ -983,7 +983,8 @@ int32_t OH_ArkUI_CustomDialog_SetShadow(ArkUI_CustomDialogOptions* options, ArkU * @brief Sets the custom shadow of the dialog box background. * * @param options Dialog box parameters. - * @param customShadow Custom shadow parameter. The format is the same as that of the NODE_SHADOW property. + * @param customShadow Custom shadow parameter. The format is the same as that of + * the NODE_CUSTOM_SHADOW property. * @return Returns the error code. * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. -- Gitee