Gets or sets the node's point that should align to a grid point when the node is moved.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public RelativePosition GridAlignPoint { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridAlignPoint As RelativePosition |
A RelativePosition instance. The default value is null.
WpfDiagram Programmer's Guide | © 2024 MindFusion |