Easy Tutorial
❮ Prop Webcontrol Linkbutton Text Mvc App ❯

ASP.NET TextBox Wrap Property



Definition and Usage

The Wrap property is used to set or return whether the text content wraps in a multiline text box.

This property is only used when TextMode="Multiline".

Syntax


Example

The following example sets the Wrap property to "False":


❮ Prop Webcontrol Linkbutton Text Mvc App ❯