Search
AnnealLayout.BoundaryFactor Property
See Also
 



Gets or sets the importance of the distance from nodes to the boundaries of the layout area.

 Syntax

VB6  Copy Code

Public Property Get BoundaryFactor() As Double
Public Property Let BoundaryFactor( _
    ByVal value As Double _
)

C++  Copy Code

public:
double get_BoundaryFactor ()
void put_BoundaryFactor (
    double value
)

 Property Value

A double value. The default is 42000.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations in which nodes are placed farther from the layout area bounds, that is, nodes will tend to gather in the center of the layout area.

 See Also