VerticalGridLineStyle Property (GcListBox)
Gets or sets a
GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the vertical grid line style for each lines. This is a dependency property.
'Declaration
Public Property VerticalGridLineStyle As LineStyle
'Usage
Dim instance As GcListBox
Dim value As LineStyle
instance.VerticalGridLineStyle = value
value = instance.VerticalGridLineStyle
public LineStyle VerticalGridLineStyle {get; set;}
Property Value
A
GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the grid line style for each lines.