MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leMargin Struct Reference

This struct represents the four margin settings for objects. More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/common/legato_common.h>

Data Fields

uint8_t left
 
uint8_t top
 
uint8_t right
 
uint8_t bottom
 

Detailed Description

This struct represents the four margin settings for objects.

The four margin: left, top, right, bottom controls the size of the borders around objects.

Field Documentation

◆ bottom

uint8_t bottom

Aligns with the bottom margin.

◆ left

uint8_t left

Aligns with the left margin.

◆ right

uint8_t right

Aligns with the right margin.

◆ top

uint8_t top

Aligns with the top margin.


The documentation for this struct was generated from the following file: