NativeScript - Label

Label api少..

  • text最重要的
  • textWrap=”true” 能不能折叠
  • Label.className 能拿到 class

基本就这样了,其他都是style的事,没有看到类似html里的 for这个属性

<Label #lab  class="cool" text="Textd  adfas ds fasd fasd faads fasd fsad fsda fas dfad adfas das as dfad fa d Label" textWrap="true" ></Label>
nsLab: Label;
ngAfterViewInit() {
this.nsLab = this.testlab.nativeElement;
}

当然label也能FormattedString