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
public bool AllowUserToTouchZoom {get; set;}
Property Value
true if the user can zoom
FpSpread using touch behavior; otherwise,
false. The default is
true.
See Also