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_BorderStyleThe edge border style value of the NodeBorderStyle option. -
direction-ArkUI_EdgeDirectionThe direction of the edge.
Available since API-level: 20