SoWpfRenderAreaSourceTouchManager Property |
Allows to access directly the touch manager associated with the instance.
Namespace: OIV.Inventor.WpfAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntaxpublic SoTouchManager TouchManager { get; }
Public ReadOnly Property TouchManager As SoTouchManager
Get
public:
property SoTouchManager^ TouchManager {
SoTouchManager^ get ();
}
member TouchManager : SoTouchManager with get
Property Value
Type:
SoTouchManagerThe SoTouchMananger associated with the instance
See Also