TextBox::TextWrapping Property
.NET Framework (current version)
Gets or sets how the text box should wrap text.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property TextWrapping TextWrapping { TextWrapping get(); void set(TextWrapping value); }
Property Value
Type: System.Windows::TextWrappingOne of the TextWrapping values that indicates how the text box should wrap text. The default is TextWrapping::NoWrap.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: