VdOrigin Enum

Scope: Xpedition Designer schematic editor

Prerequisites: None.

Specifies a point of origin.

Usage

VdOrigin.Constant

Arguments

VDALIGN_LC

Lower centered. The numerical value for this constant is 6.

VDALIGN_LL

Lower left. The numerical value for this constant is 3.

VDALIGN_LR

Lower right. The numerical value for this constant is 9.

VDALIGN_MC

Middle centered. The numerical value for this constant is 5.

VDALIGN_ML

Middle left. The numerical value for this constant is 2.

VDALIGN_MR

Middle right. The numerical value for this constant is 8.

VDALIGN_NONE

No origin point. The numerical value for this constant is 0.

VDALIGN_UC

Upper centered. The numerical value for this constant is 4.

VDALIGN_UL

Upper left. The numerical value for this constant is 1.

VDALIGN_UR

Upper right. The numerical value for this constant is 7.