Search
DiagramView Class
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

 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