ASP.NET Pack Programmer's Guide
AnchorPoint Members
Constructors Methods
 


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 Methods

  Name Description

getAllowIncoming

Gets a value indicating whether incoming links can be connected to this point.

getAllowOutgoing

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

getColor

Gets the color of the anchor point mark.

getColumn

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

getMarkStyle

Gets the appearance of the anchor point mark.

getSize

Gets the size of the anchor point mark.

getTag

Gets a user-defined data associated with the anchor point.

getToolTip

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

getX

Gets the horizontal position of the anchor point expressed as percent of a node's width.

getY

Gets the vertical position of the anchor point expressed as percent of a node's height.

setAllowIncoming

Sets a value indicating whether incoming links can be connected to this point.

setAllowOutgoing

Sets a value indicating whether the anchor point accepts outgoing connections.

setColor

Sets the color of the anchor point mark.

setColumn

Sets the column index of a cell with which the anchor point is associated.

setMarkStyle

Sets the appearance of the anchor point mark.

setSize

Sets the size of the anchor point mark.

setTag

Sets a user-defined data associated with the anchor point.

setToolTip

Sets a tooltip text that should be displayed when the mouse hovers over an anchor point mark.

setX

Sets the horizontal position of the anchor point expressed as percent of a node's width.

setY

Sets the vertical position of the anchor point expressed as percent of a node's height.

 See Also

AnchorPoint Class
MindFusion.Diagramming Namespace