Gets or sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowFlip() As Boolean |
C++
Copy Code
|
|---|
public: |
true to let users flip the shape, or false otherwise. The default value is false.
See Also