MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laScrollBarWidget_SetOrientation Function
MPLAB® Harmony Graphics Suite
laScrollBarWidget_SetOrientation Function
C
LIB_EXPORT laResult laScrollBarWidget_SetOrientation(
    laScrollBarWidget* bar, 
    laScrollBarOrientation align, 
    laBool swapDimensions
);
Parameters
Parameters 
Description 
laScrollBarWidget* bar 
the widget 
the desired orientation value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite