DataGate Print File Designer® - Build 8.0.355 and above

Orientations Enumeration

The Orientations enumerated constant defines values to specify the orientation of a line.  The default is Horizontal.

BegEnum Orientations Access(*Public)

Members


Member Description Value

DiagonalDown

The line is oriented from upper left to lower right.  

2

DiagonalUp

The line is oriented from lower left to upper right.  

3

Horizontal

The line is oriented from left to right. 

0

Vertical

The line is oriented from top to bottom.  

1

Requirements

Namespace: ASNA.DataGate.PrintControls

Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

See Also

ASNA.DataGate.PrintControls