How to control vertical space between nodes

Hello,

I have following settings in my silverlight go diagram.


<go:Diagram.Layout>


<golayout:LayeredDigraphLayout LayerSpacing=“50” >


</golayout:LayeredDigraphLayout>


</go:Diagram.Layout>

I can control horizontal settings using LayerSpacing. Now I want to decrease the vertical spacing between the nodes.

Which property should I use?

Thanks,

Hardik

ColumnSpacing. The value must be positive. Small values cause it to run slower.