Search
Overview.SetScaleFactor Method
See Also
 





Sets a fixed scale factor to be used when FitAll is disabled.

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

 Syntax

C#  Copy Code

public Overview SetScaleFactor (
    float value
)

Visual Basic  Copy Code

Public Function SetScaleFactor( _
    value As Single _
) As Overview

 Parameters

value

A float value specifying the scale as percent of actual output. The default is 30.

 Return Value

This Overview instance for chaining method calls.

 See Also