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