Files
NativeScript/apps/tests/ui/label/label.md
2016-05-02 10:45:50 +03:00

781 B

nav-title, title, description
nav-title title description
Label How-To label Examples for using Label

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>

How to set label text content

How to turn on text wrapping for a label

How to style a label via css class

How to style a label via css type

How to style a label via css control identifier

How to bind text property of a label to an observable model