RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / ReturnMode Property

In This Topic
    ReturnMode Property
    In This Topic
    Gets or sets a value of ReturnMode that indicates how the C1RichTextBox handles the Return key.
    Syntax
    'Declaration
     
    Public Property ReturnMode As ReturnMode
    public ReturnMode ReturnMode {get; set;}
    See Also