GridLine Property (GcTextBox)
Gets or sets a
Line that indicates the grid line style for each line.
public Line GridLine {get; set;}
'Declaration
Public Property GridLine As Line
'Usage
Dim instance As GcTextBox
Dim value As Line
instance.GridLine = value
value = instance.GridLine
Property Value
A
Line that indicates the grid line style for each line.