MindFusion.Wpf Pack Programmer's Guide
AnchorPoint Constructor (Double, Double, Boolean, Boolean, Brush, Int32, Object)
See Also
 





Initializes a new instance of the AnchorPoint class with the specified coordinates, restrictions, brush and tag.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public AnchorPoint (
    double x,
    double y,
    bool allowIncoming,
    bool allowOutgoing,
    Brush brush,
    int col,
    Object tag
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    allowIncoming As Boolean, _
    allowOutgoing As Boolean, _
    brush As Brush, _
    col As Integer, _
    tag As Object _
)

 Parameters

x

The horizontal position of the anchor expressed as percent of the width of a node.

y

The vertical position of the anchor expressed as percent of the height of a node.

allowIncoming

Specifies whether incoming links can connect to this anchor.

allowOutgoing

Specifies whether outgoing links can connect to this anchor.

brush

The brush with which the anchor mark is painted.

col

The table's column, with which an anchor point is associated.

tag

User-defined data associated with the anchor point.

 See Also

AnchorPoint Constructor Overload List
AnchorPoint Class
MindFusion.Diagramming.Wpf Namespace