enum VisibilityStateValue : Enum<VisibilityStateValue>
| Member | Description |
|---|---|
VISIBLE |
Force the entity (and all INHERIT descendants) visible.
|
INVISIBLE |
Force the entity (and all INHERIT descendants) hidden.
|
INHERIT |
Use the resolved visibility of the nearest non-INHERIT ancestor; visible if no such ancestor exists.
|