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:
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
Post a Comment