[]
Initializes a new Grid instance.
public Grid()
Public Sub New()
Initializes a new Grid instance using the specified attribute settings.
public Grid(Line left, Line right, Line top, Line bottom, Line separator, Line horizontal, Line vertical, VerticalFlags verticalFlag)
Public Sub New(left As Line, right As Line, top As Line, bottom As Line, separator As Line, horizontal As Line, vertical As Line, verticalFlag As VerticalFlags)
Type | Name | Description |
---|---|---|
Line | left | A Line structure that represents the left border. |
Line | right | A Line structure that represents the right border. |
Line | top | A Line structure that represents the top border. |
Line | bottom | A Line structure that represents the bottom border. |
Line | separator | A Line structure that represents the separator. |
Line | horizontal | A Line structure that represents the horizontal lines. |
Line | vertical | A Line structure that represents the vertical lines. |
VerticalFlags | verticalFlag | A VerticalFlag enumeration that represents which portions to draw the vertical lines. |