Gets or sets the anchor pattern to use for nodes using this shape, if their anchor pattern is set to null.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public AnchorPattern AnchorPattern { get; set; } |
Visual Basic Copy Code |
---|
Public Property AnchorPattern As AnchorPattern |
An AnchorPattern instance. The default value is null.
If the AnchorPattern of a ShapeNode is set, it overrides the one associated with the Shape definition.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |