documentationfor yFiles for HTML 3.0.0.3

Properties

positionHandlerin BendDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for IBends this instance has been created for.
positionHandlerin EdgeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for IEdges this instance has been created for.
positionHandlerin LabelDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for the ILabels this instance has been created for.
positionHandlerin NodeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for the INodes this instance has been created for.
positionHandlerin PortDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for IPorts this instance has been created for.
positionHandlerin StripeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for the type of items this instance has been created for.
positionHandlerin MoveInputModeGets or sets the IPositionHandler that will be used as fallback to handle the actual movement of the elements during the drag.
positionHandlerin QueryPositionHandlerEventArgsGets or sets the IPositionHandler to use for the movement of the items that are affected by the MoveInputMode.

Fields

MOVE_SELECTED_ITEMS_POSITION_HANDLERin GraphEditorInputModeAn IPositionHandler combining all position handlers of selected model items that are movable.

Method Return Values

combine (IEnumerable<IPositionHandler>)in IPositionHandlerCreates a generic composite implementation for the IPositionHandler interface.
combine (IPositionHandler)in IPositionHandlerCreates a generic composite implementation for the IPositionHandler interface.
create ()in IPositionHandler

Method Parameters

ConstrainedPositionHandler (IPositionHandler)in ConstrainedPositionHandlerInitializes a new instance of the ConstrainedPositionHandler class that delegates to the wrappedHandler.
GroupingNodePositionHandler (INode, IPositionHandler?)in GroupingNodePositionHandlerInitializes a new instance of the GroupingNodePositionHandler class.
combine (IEnumerable<IPositionHandler>)in IPositionHandlerCreates a generic composite implementation for the IPositionHandler interface.
combine (IPositionHandler)in IPositionHandlerCreates a generic composite implementation for the IPositionHandler interface.
MoveInputMode ()in MoveInputModeInitializes a new instance of the MoveInputMode class.
ReparentStripeInputMode ()in ReparentStripeInputMode

Extending Types

ConstrainedPositionHandlerAn implementation of the IPositionHandler interface that can be used to constrain the position of an item.

Implementing Types

ConstrainedPositionHandlerAn implementation of the IPositionHandler interface that can be used to constrain the position of an item.
GroupingNodePositionHandlerThe IPositionHandler implementation used in the context of IGraphs where there is an active hierarchy.
LabelPositionHandlerAn implementation of IPositionHandler that shows the various label position candidates and lets the user move a label to one of those candidate positions.
ReparentStripePositionHandlerCustomized IPositionHandler implementation that moves a stripe in the table hierarchy when the stripe is dragged.