![]() |
MPLABĀ® Harmony Graphics Suite
|
This struct represents the four margin settings for objects. More...
#include <legato_common.h>
Data Fields | |
| uint8_t | left |
| uint8_t | top |
| uint8_t | right |
| uint8_t | bottom |
This struct represents the four margin settings for objects.
The four margin: left, top, right, bottom controls the size of the borders around objects.
| uint8_t bottom |
Aligns with the bottom margin.
| uint8_t left |
Aligns with the left margin.
| uint8_t right |
Aligns with the right margin.
| uint8_t top |
Aligns with the top margin.
1.8.18