Search
DiagramView Class
Remarks See Also
 





A Blazor component that displays the content of a Diagram object.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public class DiagramView : ComponentBase, IDiagramView, IResolution, IAsyncDisposable

Visual Basic  Copy Code

Public Class DiagramView
    Inherits ComponentBase
    Implements IDiagramView, IResolution, IAsyncDisposable

 Remarks

The Behavior property specifies how the control responds to user actions with the mouse. To create a custom behavior class, use the CustomBehavior property.

AllowInplaceEdit specifies whether users are allowed to edit in-place the content of a diagram element by double-clicking it.

Users actions can be validated by handling various events, fired while the diagram or zoom factor is changed, or a custom in-place editor control is created.

 Inheritance Hierarchy

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

 See Also