Search
Box.AllowFlip Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get AllowFlip() As Boolean
Public Property Let AllowFlip( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_AllowFlip ()
void put_AllowFlip (
    bool value
)

 Property Value

true to let users flip the shape, or false otherwise. The default value is false.

 See Also