The length of the initial connection lines at the start of the flow graph.

Namespace: TreeLayoutHelper.FlowLayout
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int StartLength { get; set; }
Visual Basic
Public Property StartLength As Integer
	Get
	Set
Visual C++
public:
property int StartLength {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_StartLength()
/** @property */
public  void set_StartLength(int value)
JScript
function get StartLength () : int
function set StartLength (value : int)
JavaScript
function get_StartLength();
function set_StartLength(value);

See Also