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