Search
TreeLayout.Type Property
See Also
 



Gets or sets the type of the tree layout.

 Syntax

VB6  Copy Code

Public Property Get Type() As ETreeLayoutType
Public Property Let Type( _
    ByVal value As ETreeLayoutType _
)

C++  Copy Code

public:
ETreeLayoutType get_Type ()
void put_Type (
    ETreeLayoutType value
)

 Property Value

A member of the ETreeLayoutType enumeration. The default is tltCentralized.

 See Also