Gets or sets the vertical
Line structure.
'Declaration
Public Property Vertical As Line
'Usage
Dim instance As Grid
Dim value As Line
instance.Vertical = value
value = instance.Vertical
public Line Vertical {get; set;}
Property Value
A
Line structure that indicates all vertical lines of the grid.