MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_SetBorderType Function
MPLAB® Harmony Graphics Suite
laWidget_SetBorderType Function

Set the border type associated with the widget object

C
LIB_EXPORT laResult laWidget_SetBorderType(
    laWidget* wgt, 
    laBorderType type
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
laBorderType type 
the desired border type 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite