Change the visibility of elements
- Last UpdatedJul 05, 2024
- 1 minute read
You can configure elements to be hidden or shown at runtime.
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 runtime
-
Select one or more elements you want to have shown at runtime.
-
In the Properties Editor Runtime Behavior group, set the Visible property to True.
To configure an element to be hidden at runtime
-
Select one or more elements you want to have hidden at runtime.
-
In the Properties Editor Runtime Behavior group, set the Visible property to False.