Gets or sets the adjustment handle that has been hit.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public AdjustmentHandle HitResult { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HitResult As AdjustmentHandle |
An instance of a class derived from AdjustmentHandle if the item can be modified at specified mouse point position, or null otherwise.
See Also