Introduction
The Visible property controls whether an object and its children appear.
Example
Toggling the Visible property changes whether an object is drawn.
Parent/Child Visibility
Toggling the visibility of a parent will make all children invisible, even if a child's Visible property is true.