Search
LayeredLayout.IgnoreNodeSize Property
See Also
 



Gets or sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.

 Syntax

VB6  Copy Code

Public Property Get IgnoreNodeSize() As Boolean
Public Property Let IgnoreNodeSize( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_IgnoreNodeSize ()
void put_IgnoreNodeSize (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

The 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