DiagramLite Programmer's Guide
DiagramNode.CreateAnchorPointVisual Method
See Also
 





Creates a Path that represents the specified AnchorPoint.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

protected virtual Path CreateAnchorPointVisual (
    AnchorPoint point
)

Visual Basic  Copy Code

Protected Overridable Function CreateAnchorPointVisual( _
    point As AnchorPoint _
) As Path

 Parameters

point

 Return Value

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace