Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / BarDirectionEnum Enumeration

In This Topic
    BarDirectionEnum Enumeration
    In This Topic
    Specifies the direction of the barcode
    Syntax
    'Declaration
     
    Public Enum BarDirectionEnum 
       Inherits System.Enum
    public enum BarDirectionEnum : System.Enum 
    Members
    MemberDescription
    DownThe barcode is rendered from the top down.
    NormalThe barcode is rendered in the horizontal direction.
    UpThe barcode is rendered from the bottom up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.BarDirectionEnum

    See Also