Click or drag to resize

TableLayout.GetRowScale Method

Gets the scale for the specified row.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool GetRowScale(
	int row
)

Parameters

row
Type: System.Int32
Row to retrieve the scale.

Return Value

Type: Boolean
true, if row is scaled, false otherwise.
See Also