Changing the Visibility of Elements
- Last UpdatedJul 13, 2023
- 1 minute read
You can configure elements to be hidden or shown at run time.
The visibility of an element does not affect its animations. Even when an element is invisible, its animations continue to be evaluated.
To configure an element to be shown at run time
-
Select one or more elements you want to have shown at run time.
-
In the Properties Editor Runtime Behavior group, set the Visible property to True.
To configure an element to be hidden at run time
-
Select one or more elements you want to have hidden at run time.
-
In the Properties Editor Runtime Behavior group, set the Visible property to False.