'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the indentation of parent-child relation.")> Public Property Indent As System.Integer
'Usage
Dim instance As NTreeViewEx Dim value As System.Integer instance.Indent = value value = instance.Indent
[System.ComponentModel.Description("Gets/sets the indentation of parent-child relation.")] public System.int Indent {get; set;}