MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laSliderWidget_SetOrientation Function
MPLAB® Harmony Graphics Suite
laSliderWidget_SetOrientation Function
C
LIB_EXPORT laResult laSliderWidget_SetOrientation(
    laSliderWidget* sld, 
    laSliderOrientation align, 
    laBool swapDimensions
);
Parameters
Parameters 
Description 
laSliderWidget* sld 
the widget 
the desired slider orientation 
indicates if the width and height of the slider should be swapped 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite