MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ScaleMode ScaleMode { get; set; }

Visual Basic  Copy Code

Public Property ScaleMode As ScaleMode

 Property Value

A member of the ScaleMode enumeration.

 Remarks

In FitAll mode the ScaleFactor is automatically set to a suitable value, small enough to make the diagram's contents entirely visible.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming.Wpf Namespace