Gets or sets the style to apply to the arrows in the tree.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ArrowStyle() As ETreeLayoutArrows |
C++
Copy Code
|
|---|
public: |
A member of the ETreeLayoutArrows enumeration. The default is tlaStraight.
RemarksPossible values are tlaStraight / tlaPerpendicular2 / tlaPerpendicular3 / tlaRounded. tlaPerpendicular2 cannot be used with tree layout Type set to tltCentralized.
See Also