MPLAB® Harmony Graphics Suite
|
Sets the widget corner radius. A widget with non-zero corner radius will have round edges. This only supports widgets with non-beveled borders.
LIB_EXPORT laResult laWidget_SetCornerRadius( laWidget* wgt, uint32_t radius );
Parameters |
Description |
laWidget* wgt |
the widget |
uint32_t radius |
the radius |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|