MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laSliderWidget_GetMaxinumValue Function
MPLAB® Harmony Graphics Suite
laSliderWidget_GetMaxinumValue Function
C
LIB_EXPORT uint32_t laSliderWidget_GetMaxinumValue(
    laSliderWidget* sld
);
Parameters
Parameters 
Description 
laSliderWidget* sld 
the widget 
Returns

uint32_t - the maximum value for the slider

MPLAB® Harmony Graphics Suite