AllowUserZoom Property (FpSpread)
In This Topic
Gets or sets whether the user can scale the display of the component using the Ctrl key and the mouse wheel.
Syntax
'Declaration
Public Property AllowUserZoom As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowUserZoom = value
value = instance.AllowUserZoom
public bool AllowUserZoom {get; set;}
See Also