IControlPanelManagerSetXamlControlPanel(Visual, UserResource, Boolean) Method |
Set the XAML of a Visual's Control Panel as a UserResource .xml file
Namespace: Demo3D.ControlPanelAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid 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