The distance between two adjacent parallel subgraphs along the lateral direction.
Namespace: TreeLayoutHelper.FlowLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public int ParallelSpacing { get; set; } |
Visual Basic |
---|
Public Property ParallelSpacing As Integer
Get
Set |
Visual C++ |
---|
public:
property int ParallelSpacing {
int get ();
void set (int value);
} |
J# |
---|
/** @property */
public int get_ParallelSpacing()
/** @property */
public void set_ParallelSpacing(int value)
|
JScript |
---|
function get ParallelSpacing () : int
function set ParallelSpacing (value : int) |
JavaScript |
---|
function get_ParallelSpacing();
function set_ParallelSpacing(value); |
See Also