Search
Overview Class
Remarks See Also
 





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

 Syntax

C#  Copy Code

public class Overview : ComponentBase, IDisposable

Visual Basic  Copy Code

Public Class Overview
    Inherits ComponentBase
    Implements IDisposable

 Remarks

To 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 Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Diagramming.Blazor.Overview

 See Also