Gets or sets the node's corner to which this point is anchored.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public GroupAnchorStyles RelativeTo { get; set; } |
Visual Basic Copy Code |
---|
Public Property RelativeTo As GroupAnchorStyles |
A combination of GroupAnchorStyles flags specifying to what point of nodes to add the offset specified by this instance.
WpfDiagram Programmer's Guide | © 2024 MindFusion |