An implementation of the IHandle that can be used to move an IPort interactively by assigning new IPortLocationModelParameters to the LocationModelParameter

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class PortLocationModelParameterHandle : IHandle, 
	IDragHandler, IPoint
Visual Basic
Public Class PortLocationModelParameterHandle _
	Implements IHandle, IDragHandler, IPoint

Remarks

This class also provides snapping facilities and can be used in conjunction with both OrthogonalEdgeEditingContext, as well as GraphSnapContext.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..PortLocationModelParameterHandle

See Also