MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laBorderType Enumeration
MPLAB® Harmony Graphics Suite
laBorderType Enumeration

Enumeration: laBorderType_t 

Specifies the different border types used for the widgets in the library

C
typedef enum laBorderType_t {
  LA_WIDGET_BORDER_NONE,
  LA_WIDGET_BORDER_LINE,
  LA_WIDGET_BORDER_BEVEL,
  LA_WIDGET_BORDER_LAST = LA_WIDGET_BORDER_BEVEL
} laBorderType;
Remarks

None.

MPLAB® Harmony Graphics Suite