TableLayoutIHandlerGetRowScale Method |
Gets the scale for the specified row.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool GetRowScale(
int row
)
Function GetRowScale (
row As Integer
) As Boolean
abstract GetRowScale :
row : int -> bool
Parameters
- row
- Type: SystemInt32
Row to retrieve the scale.
Return Value
Type:
Booleantrue, if row is scaled,
false otherwise.
See Also