Search
DrawBranchIndicatorEventArgs Members
Properties
 


Contains the arguments passed to the DrawBranchIndicator event handlers.

The following tables list the members exposed by the DrawBranchIndicatorEventArgs type.

 Public Properties

  Name Description

From

A Vector specifying the direction of the incoming link segment.

Graphics

Gets an IGraphics object whose methods should be used to draw the branch indicator.

Merge

A value indicating whether the indicator designates merge or branch point.

Position

A Point specifying the position of the branch indicator.

To

A Vector specifying the direction of the outgoing link segment.

 See Also