This document is archived and information here might be outdated. Recommended version. |
Spacing between the nodes that display perpendicularly to the tree direction; that is, spacing between the nodes that belong to a same hierarchical level.
[Visual Basic .NET]
Public Property DistancePerpendicularToDirection As Double
[C#]
public double DistancePerpendicularToDirection {get; set;}
[C++]
HRESULT get_DistancePerpendicularToDirection(
System.Double* pVal
);
[C++]
HRESULT put_DistancePerpendicularToDirection(
double pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type double* pVal [in]
pVal is a parameter of type double