Click or drag to resize

IControlPanelManagerSetXamlControlPanel(Visual, UserResource, Boolean) Method

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: 19.00.00
Syntax
C#
void SetXamlControlPanel(
	Visual visual,
	UserResource userResource,
	bool showControlPanel = false
)

Parameters

visual  Visual
The visual's XAML that will be set
userResource  UserResource
The UserResource .xml file
showControlPanel  Boolean  (Optional)
Show the Control Panel window after updating the XAML
See Also