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