DocumentPlane is visual child of diagram and ancestor of all diagram items. The DocumentPlane element is translated with respect to Diagram element so that the point Diagram.Bounds.TopLeft from the DocumentPlane is rendered at Diagram element location (0,0). The coordinate system of the DocumentPlane is the document coordinate system. The intended use of this property is mainly in MouseMove event handling
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Panel DocumentPlane { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property DocumentPlane As Panel |
An instance of the Panel class.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |