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