Classes
TextView
TextView
Represents an editable multiline text view.
Summary
Constructors
Constructors
Properties
android
Gets the native [android widget](http://developer.android.com/reference/android/widget/EditText.html) that represents the user interface for this component. Valid only when running on Android OS.
ios
Gets the native iOS [UITextView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextView_Class/) that represents the user interface for this component. Valid only when running on iOS.
maxLines
Limits input to a certain number of lines.
- Previous
- TextField
- Next
- TimePicker