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

In This Topic
    IsMultiline Property
    In This Topic
    Gets or set a value indicating whether the current PdfTextBox is multiline.
    Syntax
    'Declaration
     
    
    Public Property IsMultiline As Boolean
    public bool IsMultiline {get; set;}
    See Also