Search
DiagramExtensions.ShowAnchors Method
See Also
 





Sets a value indicating whether and when node anchor points should be displayed.

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

 Syntax

C#  Copy Code

public static Diagram ShowAnchors (
    Diagram diagram,
    ShowAnchors value
)

Visual Basic  Copy Code

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

 Parameters

diagram

value

 Return Value

 See Also