Search
DiagramView Class
Remarks See Also
 






Displays the content of a Diagram object and provides the ability to autoscroll and display scrollbars.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DiagramView : Grid

Visual Basic  Copy Code

Public Class DiagramView
    Inherits Grid

 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.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                    Microsoft.Maui.Controls.View
                        Microsoft.Maui.Controls.Layout
                            Microsoft.Maui.Controls.Grid
                                MindFusion.Diagramming.DiagramView

 See Also