Gets the adjustment handle being moved by the user.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public AdjustmentHandle AdjustmentHandle { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property AdjustmentHandle As AdjustmentHandle |
An instance of the AdjustmentHandle class representing the handle modified by user.
See Also