Spread for ASP.NET 12 Product Documentation
SpreadPanningMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SpreadPanningMode Enumeration
Specifies how Spread reacts to touch manipulation.
Syntax
'Declaration
 
Public Enum SpreadPanningMode 
   Inherits System.Enum
'Usage
 
Dim instance As SpreadPanningMode
public enum SpreadPanningMode : System.Enum 
Members
MemberDescription
BothSpread scrolls horizontally and vertically.
HorizontalOnlySpread scrolls horizontally only.
NoneSpread does not respond to touch input.
VerticalOnlySpread scrolls vertically only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.SpreadPanningMode

See Also

Reference

FarPoint.Web.Spread Namespace