IControlPanelManager Interface |
Namespace: Demo3D.ControlPanel
public interface IControlPanelManager
The IControlPanelManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetControlPanelXaml |
Retrieve the XAML of a Control Panel on a visual as a string
| |
| HasControlPanel |
Check if a visual has a Control Panel
| |
| SetXamlControlPanel(Visual, UserResource, Boolean) |
Set the XAML of a Visual's Control Panel as a UserResource .xml file
| |
| SetXamlControlPanel(Visual, String, Boolean) |
Set the XAML of a Visual's Control Panel as a string
| |
| ShowControlPanel |
Display the Control panel for a visual
|