Move your mouse on the TextArea and drag the resizer on the bottom of the TextArea to resize the TextArea. Use
Resizble() method to enabling the resizable feature of the TextArea.
<%
// Set text value
Ajax.Dna().TextArea()
.Width(300)
.Height(200)
.Value("TextArea value")
.Render();
%>