Attach the navigation control to the event of an element.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual void Attach(
	FrameworkElement element
)
Visual Basic
Public Overridable Sub Attach ( _
	element As FrameworkElement _
)
JScript
public function Attach(
	element : FrameworkElement
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element to attach to.

See Also