AllowUserToTouchZoom Property
Gets or sets a value that indicates whether to allow the user to zoom FpSpread using touch behavior.
public bool AllowUserToTouchZoom {get; set;}
'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.