Click or drag to resize

TableLayoutGetRowScale 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: SystemInt32
Row to retrieve the scale.

Return Value

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