Click or drag to resize

TableLayoutGetColumnScale Method

Gets the scale for the specified column.

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

Parameters

column
Type: SystemInt32
Column to retrieve the scale.

Return Value

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