Click or drag to resize

GridLines Enumeration

Enumeration for the type of grid lines to show around each column/row in a Grid

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[FlagsAttribute]
public enum GridLines
Members
  Member nameValueDescription
None0 No grid lines shown
Horizontal1 A horizontal line is shown between each row
Vertical2 A vertical line is shown between each column
Both3 Shows both vertical and horizontal lines between each column/row
See Also