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

好久不见. 提交于 2019-12-24 06:52:22

问题


How do I change the appearance of TabViewItem ()? I'm trying to set the radius of the border and the width of the border, as in the picture:

but it does not work:

var tabViewModule =  require("ui/tab-view");
    var tabEntry0 = new tabViewModule.TabViewItem();
        tabEntry0.borderRadius="30%";
        tabEntry0.borderWidth="30%";

Who know, how it doing.?

来源:https://stackoverflow.com/questions/45369470/nativescript-js-how-can-i-change-the-appearance-of-tabviewitem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!