Static Public Attributes | List of all members
PharmaCodeRunDirection Class Reference

Run direction of Pharma Codes. More...

Inherits object.

Static Public Attributes

int Down = 3
 Code runs vertically down. More...
 
int Left = 2
 Code runs from right to left. More...
 
int Right = 0
 Code runs from left to right. More...
 
int Up = 1
 Code runs vertically up. More...
 

Detailed Description

Run direction of Pharma Codes.

Member Data Documentation

◆ Down

int Down = 3
static

Code runs vertically down.

◆ Left

int Left = 2
static

Code runs from right to left.

◆ Right

int Right = 0
static

Code runs from left to right.

◆ Up

int Up = 1
static

Code runs vertically up.