IControlPanelManagerSetXamlControlPanel Method (Visual, UserResource, Boolean) | 
 
            Set the XAML of a Visual's Control Panel as a UserResource .xml file
            
 
    Namespace: 
   Demo3D.ControlPanel
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxvoid SetXamlControlPanel(
	Visual visual,
	UserResource userResource,
	bool showControlPanel = false
)
Parameters
- visual
 - Type: Demo3D.VisualsVisual
The visual's XAML that will be set - userResource
 - Type: Demo3D.VisualsUserResource
The UserResource .xml file - showControlPanel (Optional)
 - Type: SystemBoolean
Show the Control Panel window after updating the XAML 
See Also