Search
Overview.FitAll Property
See Also
 





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

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public bool FitAll { get; set; }

Visual Basic  Copy Code

Public Property FitAll As Boolean

 Property Value

true to fit the whole diagram in the overview; otherwise, false. The default is false.

 Remarks

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

 See Also