Text.visibility
bool visibility() @propertyGet visibility property.
Returns
If false, the text is masked with the “invisible char”.
void visibility(bool propval) @propertySet visibility property.
Parameters
propval | If false, the text is masked with the “invisible char”. |