Eto.Forms.TableLayout.GetColumnScale C# (CSharp) Method

GetColumnScale() public method

Gets the scale for the specified column.
public GetColumnScale ( int column ) : bool
column int Column to retrieve the scale.
return bool
		public bool GetColumnScale(int column)
		{
			return Handler.GetColumnScale(column);
		}