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

 See Also