'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the length of the indicator (if enabled).")> Public Property IndicatorLength As System.Integer
'Usage
Dim instance As NTreeViewEx Dim value As System.Integer instance.IndicatorLength = value value = instance.IndicatorLength
[System.ComponentModel.Description("Gets/sets the length of the indicator (if enabled).")] public System.int IndicatorLength {get; set;}