ComponentOne Web API Edition
TextAlignment Enumeration

C1.Web.Api.BarCode Namespace : TextAlignment Enumeration
Specifies how an object or text in a control is horizontally aligned relative to an element of the control.
Syntax
'Declaration
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
Members
MemberDescription
CenterText is centered within the barcode.
LeftText is aligned to the left edge of barcode.
RightText is aligned to the right edge of the barcode.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Api.BarCode Namespace