Classes
Label
Label
Represents a text label.
Summary
Constructors
Constructors
Properties
android
defined in @nativescript/core/ui/label/index.d.ts:10:1
Gets the native [android widget](http://developer.android.com/reference/android/widget/TextView.html) that represents the user interface for this component. Valid only when running on Android OS.
ios
defined in @nativescript/core/ui/label/index.d.ts:15:1
Gets the native [UILabel](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILabel_Class/) that represents the user interface for this component. Valid only when running on iOS.
textWrap
defined in @nativescript/core/ui/label/index.d.ts:20:1
Gets or sets whether the Label wraps text or not.
- Previous
- KeyframeAnimationInfo
- Next
- LayoutBase