ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / TextStopShape Class / NextTextBox Property

In This Topic
    NextTextBox Property (TextStopShape)
    In This Topic
    Gets or sets next linked TextBoxShape.
    Syntax
    'Declaration
     
    Public Property NextTextBox As TextBoxShape
    public TextBoxShape NextTextBox {get; set;}
    See Also