A delegate called to determine the position of a node within the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public ResolveNodePosition ResolveNodePosition { get; set; } |
Visual Basic
![]() |
---|
Public Property ResolveNodePosition As ResolveNodePosition |
A ResolveNodePosition delegate method.
By default, VirtualizingDiagram determines the position of a data item by inspecting its X, Y, Width and Height properties through reflection. By assigning a callback to the ResolveNodePosition property, you can place items whose position properties are named differently or whose position is stored elsewhere.
WpfDiagram Programmer's Guide | © 2025 MindFusion |