Displays the content of a Diagram object and provides the ability to autoscroll and display scrollbars.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public class DiagramView : Grid |
Visual Basic
![]() |
---|
Public Class DiagramView |
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.
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
Diagramming for .NET MAUI Guide | © 2025 MindFusion |