diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index a21efe0dd3cec53115a2927479b335ee78bf0803..2d11ef58871b507b1b7d6f70869b37ed98ec5323 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -2058,23 +2058,6 @@ typedef enum { * */ NODE_IMAGE_COLOR_FILTER, - /** - * @brief Sets the resizable image options. - * - * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n - * .value[0].f32: width of the left edge. The unit is vp. \n - * .value[1].f32: width of the top edge. The unit is vp. \n - * .value[2].f32: width of the right edge. The unit is vp. \n - * .value[3].f32: width of the bottom edge. The unit is vp. \n - * \n - * Format of the return value {@link ArkUI_AttributeItem}:\n - * .value[0].f32: width of the left edge. The unit is vp. \n - * .value[1].f32: width of the top edge. The unit is vp. \n - * .value[2].f32: width of the right edge. The unit is vp. \n - * .value[3].f32: width of the bottom edge. The unit is vp. \n - * - */ - NODE_IMAGE_RESIZABLE, /** * @brief Defines the auto resize attribute, which can be set, reset, and obtained as required through APIs. * @@ -2145,6 +2128,23 @@ typedef enum { * */ NODE_IMAGE_FILL_COLOR, + /** + * @brief Sets the resizable image options. + * + * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n + * .value[0].f32: width of the left edge. The unit is vp. \n + * .value[1].f32: width of the top edge. The unit is vp. \n + * .value[2].f32: width of the right edge. The unit is vp. \n + * .value[3].f32: width of the bottom edge. The unit is vp. \n + * \n + * Format of the return value {@link ArkUI_AttributeItem}:\n + * .value[0].f32: width of the left edge. The unit is vp. \n + * .value[1].f32: width of the top edge. The unit is vp. \n + * .value[2].f32: width of the right edge. The unit is vp. \n + * .value[3].f32: width of the bottom edge. The unit is vp. \n + * + */ + NODE_IMAGE_RESIZABLE, /** * @brief Defines the color of the component when it is selected. * This attribute can be set, reset, and obtained as required through APIs.