Gets or sets the style of grid lines to show between columns and rows
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public GridLines GridLines { get; set; }
Public Property GridLines As GridLines
Get
Set
member GridLines : GridLines with get, set
Property Value
Type:
GridLinesThe grid line style.
See Also