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) 使用。

适用于