Specifies the signature of callback functions used to generate dynamic node shapes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public delegate PathGeometry CreatePathDelegate ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Function CreatePathDelegate( _ |
A PathGeometry specifying the shape outline or decorations.
RemarksFunctions that implement this delegate can be passed as arguments to the Shape constructor.
See Also