After some time searching for it, the best way is to use one of the overloads of the method TextAreaFor()
@Html.TextAreaFor(model => model.Visit.BehavioralObservations, 10, 40, new { HtmlAttributes = new { } })
The 10 is the number of rows, the 40 is the number of columns