'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the pen dash style used to draw lines.")> Public Property LineDashStyle As System.Drawing.Drawing2D.DashStyle
'Usage
Dim instance As NTreeViewEx Dim value As System.Drawing.Drawing2D.DashStyle instance.LineDashStyle = value value = instance.LineDashStyle
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the pen dash style used to draw lines.")] public System.Drawing.Drawing2D.DashStyle LineDashStyle {get; set;}