hidden 属性

bool hidden

表明元素与页面当前状态不相关。

其他资源

实现

bool get hidden native;
void hidden=(bool value)

实现

set hidden(bool value) native;