Search
ComponentBase.IsHitTestVisible Property
See Also
 





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

 Syntax

C#  Copy Code

public bool IsHitTestVisible { get; set; }

Visual Basic  Copy Code

Public Property IsHitTestVisible As Boolean

 Property Value

true if the component can be hit-tested; otherwise, false. The default is true.

 See Also