Search
AnnealLayout.WidthHeightRatio Property
See Also
 



Gets or sets what width/height ratio the layout area should have.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
double get_WidthHeightRatio ()
void put_WidthHeightRatio (
    double value
)

 Property Value

A double value. The default is 1.

 Remarks

If the layout area is not explicitly set (via SetLayoutArea), the algorithm will choose one suitable for the graph size. In that case the WidthHeightRatio property specifies how much larger the layout area width should be than its height.

 See Also