get_isVisible();
set_isVisible(value);
Object.defineProperty('isVisible');
Type | Description |
---|---|
boolean | true if the container is visible; otherwise, it is false. The default value is true. |
When the container is invisible, no objects will be drawn when the render method is called. Also, calling HitTestPoint or HitTestRect will never return any objects.