Click or drag to resize
AB4D logo

BaseVisual3D Fields

The BaseVisual3D type exposes the following members.

Fields
 NameDescription
Protected fieldisInitializing if true the Visual3D is initializing (between BeginInit and EndInit)
Public fieldStatic memberIsVisibleProperty IsVisibleProperty
Protected fieldsavedHiddenContent savedHiddenContent stores the content of this model when it is hidden so that Content can be null. When this Visual3D is visible again, the Model3D that is set to this savedHiddenContent is set back to the Content property. To get or set Content or savedHiddenContent use GetContent and SetContent(Model3D) methods.
Top
See Also