Gets or sets the anchor pattern to use for nodes using this shape, if their anchor pattern is set to null (Nothing in Visual Basic).
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public AnchorPattern AnchorPattern { get; set; } |
Visual Basic Copy Code |
---|
Public Property AnchorPattern As AnchorPattern |
An instance of the AnchorPattern class.
If the AnchorPattern of a ShapeNode is set, it overrides the one associated with the Shape definition.
WpfDiagram Programmer's Guide | © 2024 MindFusion |