TableLayoutDimensions Property |
Gets the dimensions of the table in cells.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Size Dimensions { get; }
Public ReadOnly Property Dimensions As Size
Get
member Dimensions : Size with get
Property Value
Type:
SizeThe dimensions of the table.
See Also