Table of Contents
AllowZooming Property

Gets or sets a value to determine whether user can use Ctrl + mouse wheel or +/- to zoom the current view.

Syntax
 public Boolean? AllowZooming { get; set; }
Remarks

If you do not set this value, default value true is used.

See Also