Gets or sets the adjustment handle that has been hit.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |