UITableView.SectionHeaderHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 UITableView 中的區段標頭高度。
public virtual nfloat SectionHeaderHeight { [Foundation.Export("sectionHeaderHeight")] get; [Foundation.Export("setSectionHeaderHeight:")] set; }
member this.SectionHeaderHeight : nfloat with get, set
屬性值
高度以點為單位。
- 屬性
備註
只有在區段群組資料表中才使用這個屬性,而且只有在尚未實作時才 GetHeightForHeader(UITableView, nint) 使用。