VisualSetIsStaticDeep Method |
Set the IsStatic property for this Visual and all children recursively.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void SetIsStaticDeep(
bool isStatic
)
Parameters
- isStatic Boolean
- Whether the visual tree should be static or not.
See Also