Contains layout-specific properties of the arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get LayoutTraits( _ |
C++
Copy Code
|
|---|
public: |
A member of the ELayoutTrait enumeration.
A hashtable of key-value pairs that define layout-specific properties for this item.
RemarksAt this time TreeLayout and DecisionLayout support the ltGeneralLoop flag to mark an arrow as a loop-back one, which removes it from the usual layout flow and draws it on the sides of the layout.
See Also