Click or drag to resize
AB4D logo

WpfModelVisual3DNodeIsPreservingHiddenObjectsInMemory Property

Gets or sets a static Boolean value that specifies if DXEngine optimizes handling of IsVisible property for objects derived from BaseVisual3D from Ab3d.PowerToys library. In case the value is true and IsVisible property is set to false, then all the DirectX and WPF objects are preserved in the memory so that when IsVisible is set back to true this can happen instantly (without any creation of DirectX resources). Default value is true.

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public static bool IsPreservingHiddenObjectsInMemory { get; set; }

Property Value

Boolean
See Also