MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laListWheelWidget_SetZoomEffects Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetZoomEffects Function

Sets the list wheel zoom effect

C
LIB_EXPORT laResult laListWheelWidget_SetZoomEffects(
    laListWheelWidget* whl, 
    laListWheelZoomEffects zoomEffects
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
laListWheelZoomEffects zoomEffects 
the zoom effect 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite