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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -