MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadialMenuWidget_SetSizeScaleMinMax Function
MPLAB® Harmony Graphics Suite
laRadialMenuWidget_SetSizeScaleMinMax Function

Sets the minimum and maximum size scaling ratio for the items. These values are only used if laRadialMenuWidget_SetSizeScaling is called and size scaling is enabled

C
LIB_EXPORT laResult laRadialMenuWidget_SetSizeScaleMinMax(
    laRadialMenuWidget* mn, 
    int32_t min, 
    int32_t max
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the widget 
int32_t min 
the minimum size scale percentage, it should be between 1 - 200 
int32_t max 
the maximum size scale percentage, it should be between 1 - 200 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite