C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / WijmoBarDirectionEnum Enumeration

WijmoBarDirectionEnum Enumeration
Specifies the direction of the barcode
Syntax
'Declaration
 
Public Enum WijmoBarDirectionEnum 
   Inherits 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