Search
Diagram.DocumentPlane Property
See Also
 






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

 Syntax

C#  Copy Code

public Panel DocumentPlane { get; }

Visual Basic  Copy Code

Public ReadOnly Property DocumentPlane As Panel

 Property Value

An instance of the Panel class.

 See Also