ComponentOne BarCode for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / WijmoBarDirectionEnum Enumeration

In This Topic
    WijmoBarDirectionEnum Enumeration
    In This Topic
    Specifies the direction of the barcode
    Syntax
    'Declaration
     
    Public Enum WijmoBarDirectionEnum 
       Inherits System.Enum
    public enum WijmoBarDirectionEnum : 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.Web.Wijmo.Controls.C1BarCode.WijmoBarDirectionEnum

    See Also