Search
InputState.PointedHandle Property
See Also
 






Gets the manipulation handle at pointer location.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AdjustmentHandle PointedHandle { get; }

Visual Basic  Copy Code

Public ReadOnly Property PointedHandle As AdjustmentHandle

 Property Value

An instance of the AdjustmentHandle class.

 See Also