Search
ShapeNodeExtensions.AllowFlip(T) Method
See Also
 





Sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.

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

 Syntax

C#  Copy Code

public static T AllowFlip<T> (
    T shapeNode,
    bool value
) where T : ShapeNode

Visual Basic  Copy Code

Public Shared Function AllowFlip(Of T As ShapeNode) ( _
    shapeNode As T, _
    value As Boolean _
) As T

 Parameters

shapeNode

value

 Return Value

 See Also