MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laProgressBarWidget_SetDirection Function
MPLAB® Harmony Graphics Suite
laProgressBarWidget_SetDirection Function
C
LIB_EXPORT laResult laProgressBarWidget_SetDirection(
    laProgressBarWidget* bar, 
    laProgressBarDirection dir
);
Parameters
Parameters 
Description 
laProgressBarWidget* bar 
the widget 
laProgressBarDirection dir 
the desired fill direction 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite