ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1MaskedTextBox Class / TextWrapping Property

In This Topic
    TextWrapping Property (C1MaskedTextBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Property TextWrapping As Windows.UI.Xaml.TextWrapping
    public Windows.UI.Xaml.TextWrapping TextWrapping {get; set;}
    See Also