Property | Type | Description | |
---|---|---|---|
lines | int |
Method | Description | |
---|---|---|
MultilineAttribute ( ) : System |
Attribute used to make a string value be shown in a multiline textarea.
|
|
MultilineAttribute ( int lines ) : System |
Attribute used to make a string value be shown in a multiline textarea.
|
public MultilineAttribute ( int lines ) : System | ||
lines | int | How many lines of text to make room for. Default is 3. |
return | System |