UITableView.SectionFooterHeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 UITableView 中节脚的高度。
public virtual nfloat SectionFooterHeight { [Foundation.Export("sectionFooterHeight")] get; [Foundation.Export("setSectionFooterHeight:")] set; }
member this.SectionFooterHeight : nfloat with get, set
属性值
高度(以磅为单位)。
- 属性
注解
此属性仅在节组表中使用,并且仅当尚未实现时才 GetHeightForFooter(UITableView, nint) 使用。