共用方式為


UITableViewDelegate.EstimatedHeightForHeader(UITableView, nint) 方法

定義

指定區段標頭的估計高度。

[Foundation.Export("tableView:estimatedHeightForHeaderInSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat EstimatedHeightForHeader (UIKit.UITableView tableView, nint section);
abstract member EstimatedHeightForHeader : UIKit.UITableView * nint -> nfloat
override this.EstimatedHeightForHeader : UIKit.UITableView * nint -> nfloat

參數

tableView
UITableView
section
System.System.IntPtr System.nativeint

傳回

屬性

適用於