Gets or sets the adjustment handle that has been hit.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public AdjustmentHandle HitResult { get; set; } |
Visual Basic Copy Code |
---|
Public Property HitResult As AdjustmentHandle |
An instance of AdjustmentHandle -derived class, or null if there is no handle located at the specified position.