UITableViewController.GetHeightForHeader(UITableView, nint) 方法

定义

指定标题视图的高度。

[Foundation.Export("tableView:heightForHeaderInSection:")]
public virtual nfloat GetHeightForHeader (UIKit.UITableView tableView, nint section);
abstract member GetHeightForHeader : UIKit.UITableView * nint -> nfloat
override this.GetHeightForHeader : UIKit.UITableView * nint -> nfloat

参数

tableView
UITableView
section
System.System.IntPtr System.nativeint

返回

属性

适用于