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