TreeNode..::..NodeDepth Property

Gets the node depth.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public int NodeDepth { get; set; }
Public Property NodeDepth As Integer
	Get
	Set
public:
property int^ NodeDepth {
	int^ get ();
	void set (int^ value);
}

Field Value

The node depth.