diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 602f72706e5ed9fe1bcd2cceabb5016ccbfa9b25..3f647b43f42d77a5b9a0e7e50fc9458dc86cc5d9 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1875,26 +1875,6 @@ typedef enum { */ NODE_BACKDROP_BLUR = 99, - /** - * @brief Defines the background image resizable attribute, which can be set, reset, - * and obtained as required through APIs. - * - * 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 - * - * @since 18 - */ - NODE_BACKGROUND_IMAGE_RESIZABLE_WITH_SLICE = 100, - /** * @brief Sets the next focus node. *