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
C# Copy Code |
---|
public ScaleMode ScaleMode { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScaleMode As ScaleMode |
A member of the ScaleMode enumeration.
In FitAll mode the ScaleFactor is automatically set to a suitable value, small enough to make the diagram's contents entirely visible.
WpfDiagram Programmer's Guide | © 2024 MindFusion |