Search
DiagramExtensions.SnapToAnchor Method
See Also
 





Sets when arrow end points should be aligned to the nearest anchor points.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram SnapToAnchor (
    Diagram diagram,
    SnapToAnchor value
)

Visual Basic  Copy Code

Public Shared Function SnapToAnchor( _
    diagram As Diagram, _
    value As SnapToAnchor _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also