Search
HitTestEventArgs.HitResult Property
See Also
 





Gets or sets the adjustment handle that has been hit.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AdjustmentHandle HitResult { get; set; }

Visual Basic  Copy Code

Public Property HitResult As AdjustmentHandle

 Property Value

An instance of AdjustmentHandle -derived class, or null if there is no handle located at the specified position.

 See Also