MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.BarCodes Namespace / Direction Enumeration

Direction Enumeration
Specifies the direction.
Syntax
'Declaration
 
Public Enum Direction 
   Inherits System.Enum
 
Members
MemberDescription
BottomToTop 
LeftToRight 
RightToLeft 
TopToBottom 
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.BarCodes.Direction

See Also