ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputTextBox Class / TextWrapping Property

In This Topic
    TextWrapping Property
    In This Topic
    Gets or sets a value indicating whether the text allows wrapping.
    Syntax
    'Declaration
     
    Public Property TextWrapping As TextWrapping
    public TextWrapping TextWrapping {get; set;}
    See Also