OH_ArkUI_RenderNodeUtils_SetNodeBorderWidthOptionEdgeWidth

Function OH_ArkUI_RenderNodeUtils_SetNodeBorderWidthOptionEdgeWidth 

Source
pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetNodeBorderWidthOptionEdgeWidth(
    option: *mut ArkUI_NodeBorderWidthOption,
    edgeWidth: f32,
    direction: ArkUI_EdgeDirection,
)
Available on crate feature api-20 only.
Expand description

Set the edge value of NodeBorderWidth option.

ยงArguments

  • option - Pointer to the NodeBorderWidth option.

  • edgeWidth - The edge width value of the NodeBorderWidth option.

  • direction - ArkUI_EdgeDirection The direction of the edge.

Available since API-level: 20