Click or drag to resize

IControlPanelManagerGetControlPanelXaml Method

Retrieve the XAML of a Control Panel on a visual as a string

Namespace:  Demo3D.ControlPanel
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
string GetControlPanelXaml(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The visual that the Control Panel is on

Return Value

Type: String

[Missing <returns> documentation for "M:Demo3D.ControlPanel.IControlPanelManager.GetControlPanelXaml(Demo3D.Visuals.Visual)"]

See Also