Specifies the signature of callback functions used to generate dynamic node shapes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public delegate PathGeometry CreatePathDelegate ( |
Visual Basic Copy Code |
---|
Public Delegate Function CreatePathDelegate( _ |
A PathGeometry specifying the shape outline or decorations.
Functions that implement this delegate can be passed as arguments to the Shape constructor.
WpfDiagram Programmer's Guide | © 2024 MindFusion |