OH_ArkUI_RenderNodeUtils_SetNodeBorderStyleOptionEdgeStyle

Function OH_ArkUI_RenderNodeUtils_SetNodeBorderStyleOptionEdgeStyle 

Source
pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetNodeBorderStyleOptionEdgeStyle(
    option: *mut ArkUI_NodeBorderStyleOption,
    edgeStyle: ArkUI_BorderStyle,
    direction: ArkUI_EdgeDirection,
)
Available on crate feature api-20 only.
Expand description

Set the edge value of NodeBorderStyle option.

ยงArguments

  • option - Pointer to the NodeBorderStyle option.

  • edgeStyle - ArkUI_BorderStyle The edge border style value of the NodeBorderStyle option.

  • direction - ArkUI_EdgeDirection The direction of the edge.

Available since API-level: 20