Gets or sets a value indicating whether this component and all its children are subject to hit-testing operations.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool IsHitTestVisible { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsHitTestVisible As Boolean |
true if the component can be hit-tested; otherwise, false. The default is true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |