Base |
The BaseVisual3D type exposes the following members.
Name | Description | |
---|---|---|
isInitializing | if true the Visual3D is initializing (between BeginInit and EndInit) | |
IsVisibleProperty | IsVisibleProperty | |
savedHiddenContent | 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. |