Bespoke Multi-Touch Framework
UseLocalSurface Property
NamespacesBespoke.MultiTouch.FrameworkSurfaceElementUseLocalSurface
Gets or sets the UseLocalSurface configuration setting.
Declaration Syntax
C#Visual BasicVisual C++
public bool UseLocalSurface { get; set; }
Public Property UseLocalSurface As Boolean
public:
property bool UseLocalSurface {
	bool get ();
	void set (bool value);
}
Remarks
This (optional) setting specifies whether a locally connected multi-touch surface should be used, or if data should be retreived from a network gateway. If 'false' (remote gateway should be used) the gateway element must be specified. Default value is 'true'.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)