Gets or sets a value indicating whether decoration lines should be considered when hit-testing.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool DecorationHitTesting { get; set; } |
Visual Basic Copy Code |
---|
Public Property DecorationHitTesting As Boolean |
true if decoration lines should be considered for hit-testing; otherwise, false. The default is false.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |