PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfTextBox Class / Alignment Property

In This Topic
    Alignment Property (PdfTextBox)
    In This Topic
    Gets or sets the text alignment of the current PdfTextBox.
    Syntax
    'Declaration
     
    
    Public Property Alignment As HorizontalAlignment
    public HorizontalAlignment Alignment {get; set;}
    See Also