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