Click or drag to resize
AB4D logo

WpfVisual3DCollectionNode Properties

The WpfVisual3DCollectionNode type exposes the following members.

Properties
 NameDescription
Public propertyIsCheckingForChanges Gets or sets a Boolean that specifies if WpfVisual3DCollectionNode is automatically checking for changes in the Visuals (Visual3DCollection). When true (by default), then in each Update call the Visual3DCollection is checked for changes. When false, then user should call NotifyChanges(ListVisual3D, ListVisual3D) method when the Visual3DCollection is changed. It is recommended to set this property before the InitializeResources is called (before this SceneNodes is added to parent SceneNode).
Public propertyMaterialEffect Gets or sets the Effect that will render this WpfGeometryModel3DNode. If null, a standard effect will be used (effect set in EffectsManager as standard effect)
Public propertyVisuals Gets the WPF's Visual3DCollection that is used to initialize this WpfVisual3DCollectionNode
Top
See Also