Provides a scaled-down view of a DiagramView contents and allows scrolling and zooming the diagram with the mouse.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public class Overview : ComponentBase, IDisposable |
Visual Basic
Copy Code
|
|---|
Public Class Overview |
RemarksTo specify which DiagramView instance is shown in the overview, set the DiagramView property.
The scale in which the overview control paints items is determined by ScaleFactor and FitAll. FitAll makes the whole diagram fit into the control.
Inheritance HierarchySystem.Object![]()
Microsoft.AspNetCore.Components.ComponentBase![]()
MindFusion.Diagramming.Blazor.Overview
See Also