Gets or sets the distance between two subsequent nodes in the flow graph along the flow direction.
Namespace: TreeLayoutHelper.FlowLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public int FlowLength { get; set; } |
| Visual Basic |
|---|
Public Property FlowLength As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int FlowLength {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_FlowLength()
/** @property */
public void set_FlowLength(int value)
|
| JScript |
|---|
function get FlowLength () : int
function set FlowLength (value : int) |
| JavaScript |
|---|
function get_FlowLength();
function set_FlowLength(value); |
See Also