MonoTouch.Dialog.StringElement.GetHeight C# (CSharp) Method

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float
		public float GetHeight (UITableView tableView, NSIndexPath indexPath)
		{
			return this.RowHeight;
		}