Search
InteractionState.SetHandleIndex Method
See Also
 





Sets the adjustment handle tracked by this object to the specified handle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SetHandleIndex (
    AdjustmentHandle newHandle
)

Visual Basic  Copy Code

Public Sub SetHandleIndex( _
    newHandle As AdjustmentHandle _
)

 Parameters

newHandle

An AdjustmentHandle instance representing the modified handle.

 See Also