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