Simply add the following directive right above the public property
[TextArea(numberOfLines, numberOfColumns)]
public string MyProperty;
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
Simply add the following directive right above the public property
[TextArea(numberOfLines, numberOfColumns)]
public string MyProperty;