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

Enumeration: laScrollBarOrientation_t 

C
typedef enum laScrollBarOrientation_t {
  LA_SCROLLBAR_ORIENT_VERTICAL,
  LA_SCROLLBAR_ORIENT_HORIZONTAL
} laScrollBarOrientation;
Remarks

None.

MPLAB® Harmony Graphics Suite