Button | API - NativeScript
Represents a standard Button widget.
Summary
Constructors
constructor
Properties
android
Gets the native [android widget](http://developer.android.com/reference/android/widget/Button.html) that represents the user interface for this component. Valid only when running on Android OS.
ios
Gets the native [UIButton](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIButton_Class/) that represents the user interface for this component. Valid only when running on iOS.
textWrap
Gets or sets whether the Button wraps text or not.
String value used when hooking to tap event.
Methods
- Previous
- Builder
- Next
- ChangeType