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

Return the border type associated with the widget object

C
LIB_EXPORT laBorderType laWidget_GetBorderType(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBorderType - the current widget border type

MPLAB® Harmony Graphics Suite