Click or drag to resize

VisualSetIsStaticDeep Method

Set the IsStatic property for this Visual and all children recursively.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void SetIsStaticDeep(
	bool isStatic
)

Parameters

isStatic
Type: SystemBoolean
Whether the visual tree should be static or not.
See Also