Search
TreeLayout.ArrowStyle Property
See Also
 



Gets or sets the style to apply to the arrows in the tree.

 Syntax

VB6  Copy Code

Public Property Get ArrowStyle() As ETreeLayoutArrows
Public Property Let ArrowStyle( _
    ByVal value As ETreeLayoutArrows _
)

C++  Copy Code

public:
ETreeLayoutArrows get_ArrowStyle ()
void put_ArrowStyle (
    ETreeLayoutArrows value
)

 Property Value

A member of the ETreeLayoutArrows enumeration. The default is tlaStraight.

 Remarks

Possible values are tlaStraight / tlaPerpendicular2 / tlaPerpendicular3 / tlaRounded. tlaPerpendicular2 cannot be used with tree layout Type set to tltCentralized.

 See Also