Search
TreeLayout.Symmetric Property
See Also
 



Gets or sets a value indicating whether tree nodes should be distributed along the two sides of the root.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_Symmetric ()
void put_Symmetric (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also