Spread for ASP.NET 12 Product Documentation
PanningMode Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchInfo Class : PanningMode Property
Gets or sets the way Spread reacts to touch manipulation.
Syntax
'Declaration
 
Public Property PanningMode As SpreadPanningMode
'Usage
 
Dim instance As TouchInfo
Dim value As SpreadPanningMode
 
instance.PanningMode = value
 
value = instance.PanningMode
public SpreadPanningMode PanningMode {get; set;}

Property Value

A value that specifies how Spread reacts to touch manipulation. The default is Both.
See Also

Reference

TouchInfo Class
TouchInfo Members