MindFusion.Wpf Pack Programmer's Guide
LinkShapeEventArgs.Handled Property
See Also
 





Indicates whether the event handler has set a custom loop shape.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Handled { get; set; }

Visual Basic  Copy Code

Public Property Handled As Boolean

 Property Value

true if a custom shape is specified and the control should not set the standard loop shape; otherwise, false. The default value is false.

 See Also

LinkShapeEventArgs Members
LinkShapeEventArgs Class
MindFusion.Diagramming.Wpf Namespace