|
BaseVisual3DsavedHiddenContent Field |
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.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected Model3D savedHiddenContent
Field Value
Model3DSee Also