Search
AnchorPoint Members
Constructors Properties
 


The AnchorPoint class represents a location in a node to which links are allowed to connect.

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

 Public Constructors

  Name Description

AnchorPoint

Initializes a new instance of the AnchorPoint class.

 Public Properties

  Name Description

allowIncoming

Gets or sets a value indicating whether the anchor point accepts incoming connections.

allowOutgoing

Gets or sets a value indicating whether the anchor point accepts outgoing connections.

color

Gets or sets the color of the anchor point mark.

column

Gets or sets the column index of a cell with which the anchor point is associated.

markStyle

Gets or sets the appearance of the anchor point mark.

size

Gets or sets the size of the anchor point mark.

tag

Gets or sets custom data tag associated with this anchor point.

toolTip

Gets or sets tooltip text that should be displayed when the mouse hovers over an anchor point mark.

x

Gets or sets the horizontal position of the anchor point expressed as percentage of a node's width.

y

Gets or sets the vertical position of the anchor point expressed as percentage of a node's height.

 See Also