'Declaration
Public Property VerticalLines As Line
'Usage
Dim instance As ListGridLines Dim value As Line instance.VerticalLines = value value = instance.VerticalLines
public Line VerticalLines {get; set;}
Property Value
A Line object that used to draw vertical lines.The default is dark grey single line.