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