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
SyntaxC#
Copy Code
|
|---|
public RelativePosition GridAlignPoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridAlignPoint As RelativePosition |
A RelativePosition instance. The default value is null.
See Also