DiagramLite Programmer's Guide
DiagramBase.SetSelfLoopShape Event
See Also
 





Raised when a link becomes a self-loop, giving you a chance to override the default look shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public event EventHandler<LinkShapeEventArgs> SetSelfLoopShape

Visual Basic  Copy Code

Public Event SetSelfLoopShape As EventHandler(Of LinkShapeEventArgs)

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace