ASP.NET Pack Programmer's Guide
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
Package: 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

ComponentBase Members
ComponentBase Class
MindFusion.Diagramming.Components Namespace