MonoTouch.Dialog.SimpleImageElement.IElementSizing C# (CSharp) Method

IElementSizing() private method

private IElementSizing ( UITableView tableView, Foundation indexPath ) : float
tableView UITableView
indexPath Foundation
return float
		float IElementSizing.GetHeight (UITableView tableView, Foundation.NSIndexPath indexPath)
		{
			return Value.Size.Height;
		}
		#endregion