ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IBarcodeFont Interface / TextAlign Property

In This Topic
    TextAlign Property (IBarcodeFont)
    In This Topic
    Gets or Sets the alignment of the text in the barcode value. The default value for this property is center.
    Syntax
    'Declaration
     
    Property TextAlign As String
    string TextAlign {get; set;}
    See Also