TableLayout Constructor (Size) |
Initializes a new instance of the
TableLayout class with the specified dimensions.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TableLayout(
Size dimensions
)
Public Sub New (
dimensions As Size
)
new :
dimensions : Size -> TableLayout
Parameters
- dimensions
- Type: Eto.DrawingSize
Dimensions of the table.
See Also