Gets or sets the depth.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Property NodeDepth As Integer
C#
public int NodeDepth { get; set; }
C++
public property int NodeDepth sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_NodeDepth();

/** property */
public void set_NodeDepth(int value);
JScript
public function get NodeDepth() : int

public function set NodeDepth(value : int);

Property Value

The depth.

See Also