Search
Overview.SetAllowZoom Method
See Also
 





Sets a value indicating whether users are allowed to zoom the diagram by resizing the overview's viewport tracker rectangle.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Overview SetAllowZoom (
    bool value
)

Visual Basic  Copy Code

Public Function SetAllowZoom( _
    value As Boolean _
) As Overview

 Parameters

value
true to let users zoom by resizing the tracker rectangle, or false otherwise.

 Return Value

This Overview instance for chaining method calls.

 See Also