Click or drag to resize
TextBoxAcceptsReturn Property
Gets or sets the value that determines whether the text box allows and displays the newline or return characters.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool AcceptsReturn { get; set; }

Property Value

Type: Boolean
See Also