Raised when a link becomes a self-loop, giving you a chance to override the default look shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler<LinkShapeEventArgs> SetSelfLoopShape |
Visual Basic Copy Code |
---|
Public Event SetSelfLoopShape As EventHandler(Of LinkShapeEventArgs) |
SetSelfLoopShape event handlers receive an argument of type LinkShapeEventArgs. The following LinkShapeEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The DiagramLink that becomes a self-loop. | |
Indicates whether the event handler has set a custom loop shape. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |