FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchInfo Class / PanningMode Property
Example


In This Topic
PanningMode Property
In This Topic
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

Property Value

A value that specifies how Spread reacts to touch manipulation. The default is Both.
Example
This example sets the PanningMode property.
See Also