Gets or sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.
SyntaxVB6
Copy Code
|
|---|
Public Property Get IgnoreNodeSize() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksThe algorithm runs slower if this property is set to false, but produces better results when nodes in the flowchart vary much in size.
See Also