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