Search
Overview.SetScaleMode Method
See Also
 





Sets a value indicating whether to fit the whole diagram inside the overview control.

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

 Syntax

C#  Copy Code

public Overview SetScaleMode (
    ScaleMode value
)

Visual Basic  Copy Code

Public Function SetScaleMode( _
    value As ScaleMode _
) As Overview

 Parameters

value

One of the ScaleMode enumeration elements. The default value is FitAll.

 Return Value

This Overview instance for chaining method calls.

 Remarks

If fit all mode is enabled, the ScaleFactor is changed to a suitable value small enough to make the diagram's contents entirely visible.

 See Also