Files
NativeScript/tests/app/ui/label/label.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

804 B

nav-title, title, description, previous_url
nav-title title description previous_url
Label How-To label Examples for using Label /ApiReference/ui/label/HOW-TO

Label

Using a label requires the Label module.

Binding the Label text property to a view-model property.

<Page>
  {%raw%}<Label text="{{ title }}" />{%endraw%}
</Page>

Setting the label text content

Turning on text wrapping for a label

Styling a label via css class

Styling a label via css type

Styling a label via css control identifier

Binding text property of a label to an observable model