Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowUserToTouchZoom Property


In This Topic
AllowUserToTouchZoom Property
In This Topic
Gets or sets a value that indicates whether to allow the user to zoom FpSpread using touch behavior.
Syntax
'Declaration
 
Public Property AllowUserToTouchZoom As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowUserToTouchZoom = value
 
value = instance.AllowUserToTouchZoom

Property Value

true if the user can zoom FpSpread using touch behavior; otherwise, false. The default is true.
See Also