ComponentOne BarCode for WinForms
TextAlignment Enumeration

C1.Win.BarCode.4 Assembly > C1.BarCode Namespace : TextAlignment Enumeration
The alignment of text in the barcode control.
Syntax
'Declaration
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
Members
MemberDescription
CenterText is centered within the barcode control area.
LeftText is aligned to the left edge of barcode control.
RightText is aligned to the right edge of the barcode control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.TextAlignment

See Also

Reference

C1.BarCode Namespace