Customizing the metamodel > Keywords for USRPROPS > LINES
  
LINES
LINES sets the number of lines, in depth, for a property field.
This keyword is useful only if you want the space automatically provided to be much bigger or smaller than the default.
Example
DEFINITION "Constructor"
{ CHAPTER " Desc., Formal Parm"
GROUP ""
{ LAYOUT { COLS 2 TAB ALIGN OVER }
PROPERTY "Formal Parameters"
{ KEY EDIT Text LENGTH 1020 }
PROPERTY "Initializer List"
{ EDIT Text LENGTH 1000 LINES 4 }
See also
ZOOMABLE
Keywords for USRPROPS