共用方式為


UITableView.SectionFooterHeight 屬性

定義

此 UITableView 中的區段腳高度。

public virtual nfloat SectionFooterHeight { [Foundation.Export("sectionFooterHeight")] get; [Foundation.Export("setSectionFooterHeight:")] set; }
member this.SectionFooterHeight : nfloat with get, set

屬性值

高度以點為單位。

屬性

備註

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

適用於