javascript - Nativescript/Js. How can I change the appearance of TabViewItem? -


how change appearance of tabviewitem ()? i'm trying set radius of border , width of border, in picture:

enter image description here

but not work:

var tabviewmodule =  require("ui/tab-view");     var tabentry0 = new tabviewmodule.tabviewitem();         tabentry0.borderradius="30%";         tabentry0.borderwidth="30%"; 

who know, how doing.?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -