Search
Overview.ScaleMode Property
See Also
 





Gets or sets a value indicating whether to fit the whole diagram inside the overview window control.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public ScaleMode ScaleMode { get; set; }

Visual Basic  Copy Code

Public Property ScaleMode As ScaleMode

 Property Value

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

 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