The length of the final connection lines at the end 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 EndLength { get; set; }
Visual Basic
Public Property EndLength As Integer
	Get
	Set
Visual C++
public:
property int EndLength {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_EndLength()
/** @property */
public  void set_EndLength(int value)
JScript
function get EndLength () : int
function set EndLength (value : int)
JavaScript
function get_EndLength();
function set_EndLength(value);

See Also