hidden 属性

bool hidden

表示元素是否与页面当前状态不相关。

其他资源

实现

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

实现

set hidden(bool value) native;