'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the style of vertical lines.")> Public Property VLineStyle As TreeListGridLineVStyle
'Usage
Dim instance As NTreeListGridInfo Dim value As TreeListGridLineVStyle instance.VLineStyle = value value = instance.VLineStyle
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the style of vertical lines.")] public TreeListGridLineVStyle VLineStyle {get; set;}