共用方式為


UITableView.SectionHeaderHeight 屬性

定義

此 UITableView 中的區段標頭高度。

public virtual nfloat SectionHeaderHeight { [Foundation.Export("sectionHeaderHeight")] get; [Foundation.Export("setSectionHeaderHeight:")] set; }
member this.SectionHeaderHeight : nfloat with get, set

屬性值

高度以點為單位。

屬性

備註

只有在區段群組資料表中才使用這個屬性,而且只有在尚未實作時才 GetHeightForHeader(UITableView, nint) 使用。

適用於