ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Barcode Namespace / LabelPosition Enumeration

In This Topic
    LabelPosition Enumeration
    In This Topic
    Defines the position of the label that displays the Barcode value.
    Syntax
    'Declaration
     
    
    Public Enum LabelPosition 
       Inherits System.Enum
    public enum LabelPosition : System.Enum 
    Members
    MemberDescription
    BottomRenders the barcode label at the bottom of the barcode.
    TopRenders the barcode label at the top of the barcode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Barcode.LabelPosition

    See Also