MonoMobile.Dialog.FloatElement.GetHeight C# (CSharp) Méthode

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float
		public virtual float GetHeight (UITableView tableView, NSIndexPath indexPath)
		{
			return height;	
		}