Sandbox Logo

Widget.Visible

bool Visible { get; set; }

Description

Whether this widget is visible or not, in the tree. This will return false if a parent is hidden. You might want to set Hidden if you're looking to check local visible status on a widget.

Return

User Comments