MindFusion.Wpf Pack Programmer's Guide
HitTestEventArgs.HitResult Property
See Also
 





Gets or sets the adjustment handle that has been hit.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public AdjustmentHandle HitResult { get; set; }

Visual Basic  Copy Code

Public Property HitResult As AdjustmentHandle

 Property Value

An instance of a class derived from AdjustmentHandle if the item can be modified at specified mouse point position, or null otherwise.

 See Also

HitTestEventArgs Members
HitTestEventArgs Class
MindFusion.Diagramming.Wpf Namespace