MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laSliderWidget_SetMaximumValue Function
MPLAB® Harmony Graphics Suite
laSliderWidget_SetMaximumValue Function
C
LIB_EXPORT laResult laSliderWidget_SetMaximumValue(
    laSliderWidget* sld, 
    uint32_t val
);
Parameters
Parameters 
Description 
laSliderWidget* sld 
the widget 
uint32_t val 
the desired maximum value for the slider 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite