In This Topic
Gets or sets the maximum number of displayed node levels.
Syntax
'Declaration
Public Property MaxDepth As Integer
'Usage
Dim instance As C1TreeMap
Dim value As Integer
instance.MaxDepth = value
value = instance.MaxDepth
public int MaxDepth {get; set;}
public:
property int MaxDepth {
int get();
void set ( int value);
}
See Also