MindFusion.Wpf Pack Programmer's Guide
Shape.DecorationHitTesting Property
See Also
 





Gets or sets a value indicating whether decoration lines should be considered when hit-testing.

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

 Syntax

C#  Copy Code

public bool DecorationHitTesting { get; set; }

Visual Basic  Copy Code

Public Property DecorationHitTesting As Boolean

 Property Value

 Remarks

If this property is enabled, users are able to select shape nodes of such shape by clicking near a decoration line or curve, even if it lies outside the shape outlines.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming.Wpf Namespace